indexOf

fun <T> indexOf(array: Array<T>, value: T): Int
fun indexOf(array: LongArray, value: Long): Int