indexOfFirst

inline fun indexOfFirst(predicate: (element: Int) -> Boolean): Int(source)

Returns the index if the first element in the IntList for which predicate returns true.