Finds the last item in an iterable that matches the predicate, otherwise return undefined.
undefined
This will always iterate forward through the iterable, even if the iterable is ReverseIterable.
type of the item
the iterable
the predicate
Finds the last item in an iterable that matches the predicate, otherwise return
undefined.This will always iterate forward through the iterable, even if the iterable is ReverseIterable.