Kubit
Toggle table of contents
1.0.0-alpha02
common
Platform filter
common
Switch theme
Search in API
Kubit
Kubit
/
kubit.collections.list
/
DoubleList
/
indexOfFirst
index
Of
First
inline
fun
indexOfFirst
(
predicate
:
(
element
:
Double
)
->
Boolean
)
:
Int
(
source
)
Returns the index if the first element in the
DoubleList
for which
predicate
returns
true
.