indexOfFirst

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

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