Lodash.invoke

Invokes the method at path of object.

struct Lodash
nothrow @trusted @safe ref
invoke
(
T
ARGS...
)
(
auto ref T path
,
auto ref ARGS args
)

Return Value

Type: auto ref

- Lodash chained on (*): the result of the invoked method.

Meta