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