Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.multidimensionalCollections
/
dev.lounres.kone.multidimensionalCollections.utils
/
anyIndexed
any
Indexed
inline
fun
<
E
>
MDList
<
E
>
.
anyIndexed
(
block
:
(
index
:
KoneUIntArray
,
value
:
E
)
->
Boolean
)
:
Boolean
(
source
)
inline
fun
<
E
>
MDList1
<
E
>
.
anyIndexed
(
block
:
(
index
:
UInt
,
value
:
E
)
->
Boolean
)
:
Boolean
(
source
)
inline
fun
<
E
>
MDList2
<
E
>
.
anyIndexed
(
block
:
(
rowIndex
:
UInt
,
columnIndex
:
UInt
,
value
:
E
)
->
Boolean
)
:
Boolean
(
source
)