Lodash.forInRight

This method is like _.forIn except that it iterates over properties of object in the opposite order.

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

Return Value

Type: auto ref

- Lodash chained on (Object): object.

Meta