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
/
IntArrayBuffer
Int
Array
Buffer
@
JvmInline
value
class
IntArrayBuffer
(
val
array
:
IntArray
)
:
BaseIntBuffer
Members
Members & Extensions
Constructors
Int
Array
Buffer
Link copied to clipboard
constructor
(
array
:
IntArray
)
Properties
array
Link copied to clipboard
val
array
:
IntArray
size
Link copied to clipboard
open
override
val
size
:
Int
Functions
get
Link copied to clipboard
open
operator override
fun
get
(
index
:
Int
)
:
Int
set
Link copied to clipboard
open
operator override
fun
set
(
index
:
Int
,
value
:
Int
)
to
Int
Array
Link copied to clipboard
fun
BaseIntBuffer
.
toIntArray
(
)
:
IntArray