Lodash.get

Creates an array of function property names from own and inherited enumerable properties of object.

struct Lodash
nothrow @trusted @safe ref
get
(
T
U = Any
)
(
auto ref T path
,
auto ref U defaultValue = U.init
)

Return Value

Type: auto ref

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

Meta