kmath
common
kmath-core
/
space.kscience.kmath.nd
/
MutableStructureND
/
set
set
common
abstract
operator
fun
set
(
index
:
IntArray
,
value
:
T
)
Content copied to clipboard
Inserts an item at the specified indices.
Parameters
index
the indices.
value
the value.
Sources
common source
Link copied to clipboard