Lodash.assignIn

This method is like _.assign except that it iterates over own and inherited source properties.

Note: This method mutates object.

struct Lodash
nothrow @trusted @safe ref
assignIn
(
ARGS...
)
(
auto ref ARGS sources
)

Return Value

Type: auto ref

- Lodash chained on (Object): object.

Meta