Lodash.mixin_

Adds all own enumerable string keyed function properties of a source object to the destination object. If object is a function, then methods are added to its prototype as well.

Note: Use _.runInContext to create a pristine lodash function to avoid conflicts caused by modifying the original.

struct Lodash
nothrow @trusted @safe ref
mixin_
(
T
U = Any
)
(
auto ref T source
,
auto ref U options = U.init
)

Return Value

Type: auto ref

- Lodash chained on (*): object.

Meta