Lodash.cloneDeep

This method is like _.clone except that it recursively clones value.

struct Lodash
nothrow @trusted @safe ref
cloneDeep
()
()

Return Value

Type: auto ref

- Lodash chained on (*): the deep cloned value.

Meta