Lodash.findLastKey

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

struct Lodash
nothrow @trusted @safe ref
findLastKey
(
T = Any
)
(
auto ref T predicate = T.init
)

Return Value

Type: auto ref

- Lodash chained on (*): the key of the matched element, else undefined.

Meta