toggle menu
common
1.4.4
common
switch theme
search in API
common
/
pro.respawn.kmmutils.common
/
tryReplace
try
Replace
inline
fun
<
T
>
Iterable
<
T
>
.
tryReplace
(
item
:
T
,
replacement
:
T
.
(
)
->
T
)
:
List
<
T
>
Tries to replace
item
with
replacement
and does nothing if
item
is not found in
this