kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.native.concurrent
/
MutableData
/
get
get
Native
operator
fun
get
(
index
:
Int
)
:
Byte
Get a byte from the mutable data.
Throws
Index
Out
Of
Bounds
Exception
if index is beyond range.