kmath
0.3.1-dev-RC
common
kmath-memory
/
space.kscience.kmath.memory
/
MemorySpec
/
write
write
abstract
fun
MemoryWriter
.
write
(
offset
:
Int
,
value
:
T
)
(
source
)
Writes the object
value
starting from
offset
.