indexOf

fun indexOf(element: Int): Int(source)

Returns the index of element in the IntList or -1 if element is not there.