elemIndex -package:vector-sized -package:vector -package:bytestring package:hybrid-vectors

O(n) Yield Just the index of the first occurence of the given element or Nothing if the vector does not contain the element. This is a specialised version of findIndex.