Find last index of a value.
an iterable
search value
start index [END-1]
last index of v in x[0..i] if found else -1
Generated using TypeDoc
Find last index of a value.