indexOf

fun indexOf(value: Int, start: Int = 0, end: Int = this.size): Int
fun indexOf(element: Int): Int