Lodash.forIn

This method is like _.findKey except that it iterates over elements of a collection in the opposite order.

struct Lodash
nothrow @trusted @safe ref
forIn
(
T = Any
)
(
auto ref T iteratee = T.init
)

Return Value

Type: auto ref

- Lodash chained on (Object): object.

Meta