Rachel
Toggle table of contents
3.5.0
js
wasmJs
web
Target filter
js
wasmJs
web
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.core
/
love.yinlin.compatible
/
ShortArrayCompatible
Short
Array
Compatible
js
wasmJs
web
@
CompatibleRachelApi
actual
class
ShortArrayCompatible
(
val
raw
:
ShortArray
)
@
CompatibleRachelApi
actual
class
ShortArrayCompatible
(
val
raw
:
ShortArray
)
@
CompatibleRachelApi
expect
class
ShortArrayCompatible
(
raw
:
ShortArray
)
Members
Constructors
Short
Array
Compatible
Link copied to clipboard
js
wasmJs
web
actual
constructor
(
raw
:
ShortArray
)
actual
constructor
(
raw
:
ShortArray
)
expect
constructor
(
raw
:
ShortArray
)
Properties
as
Int16Array
Link copied to clipboard
js
wasmJs
web
actual
val
asInt16Array
:
Int16Array
actual
val
asInt16Array
:
Int16Array
expect
val
asInt16Array
:
Int16Array
raw
Link copied to clipboard
js
wasmJs
web
actual
val
raw
:
ShortArray
actual
val
raw
:
ShortArray
expect
val
raw
:
ShortArray
size
Link copied to clipboard
js
wasmJs
web
actual
val
size
:
Int
actual
val
size
:
Int
expect
val
size
:
Int
Functions
get
Link copied to clipboard
js
wasmJs
web
actual
operator
fun
get
(
index
:
Int
)
:
Short
actual
operator
fun
get
(
index
:
Int
)
:
Short
expect
operator
fun
get
(
index
:
Int
)
:
Short
iterator
Link copied to clipboard
js
wasmJs
web
actual
operator
fun
iterator
(
)
:
ShortIterator
actual
operator
fun
iterator
(
)
:
ShortIterator
expect
operator
fun
iterator
(
)
:
ShortIterator
set
Link copied to clipboard
js
wasmJs
web
actual
operator
fun
set
(
index
:
Int
,
value
:
Short
)
actual
operator
fun
set
(
index
:
Int
,
value
:
Short
)
expect
operator
fun
set
(
index
:
Int
,
value
:
Short
)