toggle menu
common
1.4.2
common
switch theme
search in API
common
/
pro.respawn.kmmutils.common
/
indexOfFirstOrNull
index
Of
First
Or
Null
inline
fun
<
T
>
Iterable
<
T
>
.
indexOfFirstOrNull
(
predicate
:
(
T
)
->
Boolean
)
:
Int
?
Like
indexOfFirst
but returns null instead of -1. If the not found.