object_deep_clone
Functions
-
structural_clone(source) ⇒
Object
Will invoke any "clone" methods and inherit prototypes where possible creating as close to identical copy as possible
structural_clone(source) ⇒ Object
Kind: global function
| Param | Type |
|---|---|
| source | Object |
object_deep_clone(source) ⇒ T
Will invoke any "clone" methods and inherit prototypes where possible creating as close to identical copy as possible
Kind: global function
| Param | Type |
|---|---|
| source | T |