korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-memory
/
korlibs.memory
/
getArrayInt32
get
Array
Int32
fun
Buffer
.
getArrayInt32
(
index
:
Int
,
out
:
IntArray
,
offset
:
Int
=
0
,
size
:
Int
=
out.size - offset
)
:
IntArray
Deprecated
Replace with
getS32Array(index * Int.SIZE_BYTES, out, offset, size)
Content copied to clipboard