executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
executables
executables-files
/
space.iseki.executables.common
/
Address32Array
Address32Array
@
JvmInline
value
class
Address32Array
:
Iterable
<
Address32
>
(
source
)
Members
Properties
size
Link copied to clipboard
val
size
:
Int
Functions
contains
Link copied to clipboard
operator
fun
contains
(
element
:
Address32
)
:
Boolean
contains
All
Link copied to clipboard
fun
containsAll
(
elements
:
Iterable
<
Address32
>
)
:
Boolean
get
Link copied to clipboard
operator
fun
get
(
index
:
Int
)
:
Address32
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
Address32
>