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