Lodash.result

This method is like _.get except that if the resolved value is a function it's invoked with the this binding of its parent object and its result is returned.

struct Lodash
nothrow @trusted @safe ref
result
(
T
U
)
(
auto ref T path
,
auto ref U defaultValue
)

Return Value

Type: auto ref

- Lodash chained on (*): the resolved value.

Meta