Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.node.buffer
/
GuestBytes
/
set
set
operator
fun
set
(
index
:
Long
,
value
:
Byte
)
operator
fun
set
(
index
:
Int
,
value
:
Byte
)
Sets the
value
of the wrapped buffer at the given
index
.