indexOf64
indexOf64(value: MemberType): Integer64 abstract;
The indexOf64 method of the Array class returns the index of the entry specified in the value parameter if it exists in the array as an
If the specified value occurs more than once in the array, the index of the first occurrence is returned.