multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.operations
/
onEach
on
Each
common
inline
fun
<
T
,
D
:
Dimension
,
C
:
MultiArray
<
T
,
D
>
>
C
.
onEach
(
action
:
(
T
)
->
Unit
)
:
C
Content copied to clipboard
Performs the given
action
on each element and returns the collection itself afterwards.