indexOfFirst

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

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