Finds the last index of an item in an iterable that matches the predicate, otherwise return -1.
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 index of an item in an iterable that matches the predicate, otherwise return -1.
This will always iterate forward through the iterable, even if the iterable is ReverseIterable.