Lodash.bindAll

Binds methods of an object to the object itself, overwriting the existing method.

Note: This method doesn't set the "length" property of bound functions.

struct Lodash
nothrow @trusted @safe ref
bindAll
(
ARGS...
)
(
auto ref ARGS methodNames
)

Return Value

Type: auto ref

- Lodash chained on (Object): object.

Meta