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