Kubit
Toggle table of contents
1.0.0-alpha02
common
Platform filter
common
Switch theme
Search in API
Kubit
Kubit
/
kubit.collections.array
/
BitArray
/
forEach
for
Each
inline
fun
forEach
(
action
:
(
Boolean
)
->
Unit
)
(
source
)
Performs the given action on each element in the array.
Parameters
action
The action to perform on each element.