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
/
ArrayCompatible
Array
Compatible
js
wasmJs
web
@
CompatibleRachelApi
actual
class
ArrayCompatible
<
T
>
(
val
raw
:
Array
<
T
>
)
@
CompatibleRachelApi
actual
class
ArrayCompatible
<
T
>
(
val
raw
:
Array
<
T
>
)
@
CompatibleRachelApi
expect
class
ArrayCompatible
<
T
>
(
raw
:
Array
<
T
>
)
Members
Constructors
Array
Compatible
Link copied to clipboard
js
wasmJs
web
actual
constructor
(
raw
:
Array
<
T
>
)
actual
constructor
(
raw
:
Array
<
T
>
)
expect
constructor
(
raw
:
Array
<
T
>
)
Properties
raw
Link copied to clipboard
js
wasmJs
web
actual
val
raw
:
Array
<
T
>
actual
val
raw
:
Array
<
T
>
expect
val
raw
:
Array
<
T
>
size
Link copied to clipboard
js
wasmJs
web
actual
val
size
:
Int
actual
val
size
:
Int
expect
val
size
:
Int
Functions
contains
Link copied to clipboard
js
wasmJs
web
actual
operator
fun
contains
(
e
:
T
)
:
Boolean
actual
operator
fun
contains
(
e
:
T
)
:
Boolean
expect
operator
fun
contains
(
e
:
T
)
:
Boolean
get
Link copied to clipboard
js
wasmJs
web
actual
operator
fun
get
(
index
:
Int
)
:
T
actual
operator
fun
get
(
index
:
Int
)
:
T
expect
operator
fun
get
(
index
:
Int
)
:
T
iterator
Link copied to clipboard
js
wasmJs
web
actual
operator
fun
iterator
(
)
:
Iterator
<
T
>
actual
operator
fun
iterator
(
)
:
Iterator
<
T
>
expect
operator
fun
iterator
(
)
:
Iterator
<
T
>
set
Link copied to clipboard
js
wasmJs
web
actual
operator
fun
set
(
index
:
Int
,
value
:
T
)
actual
operator
fun
set
(
index
:
Int
,
value
:
T
)
expect
operator
fun
set
(
index
:
Int
,
value
:
T
)