toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure
/
mapWhileArray
map
While
Array
inline
fun
<
T
>
mapWhileArray
(
cond
:
(
index
:
Int
)
->
Boolean
,
gen
:
(
Int
)
->
T
)
:
Array
<
T
>