Lodash.at

Creates an array of values corresponding to paths of object.

Note: This method mutates object.

struct Lodash
nothrow @trusted @safe ref
at
(
ARGS...
)
(
auto ref ARGS paths
)

Return Value

Type: auto ref

- Lodash chained on (Array): the picked values.

Meta