trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
jni
native
web
Target filter
common
jni
native
web
Switch theme
Search in API
Skip to content
trixnity
trixnity-vodozemac
/
de.connect2x.trixnity.vodozemac.utils
/
NativePointerArray
Native
Pointer
Array
common
jni
native
web
expect
class
NativePointerArray
(
size
:
Int
)
actual
typealias
NativePointerArray
=
LongArray
actual
typealias
NativePointerArray
=
LongArray
actual
typealias
NativePointerArray
=
IntArray
Members
Members & Extensions
Constructors
Native
Pointer
Array
Link copied to clipboard
expect
constructor
(
size
:
Int
)
Properties
size
Link copied to clipboard
expect
val
size
:
Int
Functions
as
Ptr
Sequence
Link copied to clipboard
common
jni
native
web
expect
fun
NativePointerArray
.
asPtrSequence
(
)
:
Sequence
<
NativePointer
>
actual
fun
NativePointerArray
.
asPtrSequence
(
)
:
Sequence
<
NativePointer
>
actual
fun
NativePointerArray
.
asPtrSequence
(
)
:
Sequence
<
NativePointer
>
actual
fun
NativePointerArray
.
asPtrSequence
(
)
:
Sequence
<
NativePointer
>
component1
Link copied to clipboard
operator
fun
NativePointerArray
.
component1
(
)
:
NativePointer
component2
Link copied to clipboard
operator
fun
NativePointerArray
.
component2
(
)
:
NativePointer
component3
Link copied to clipboard
operator
fun
NativePointerArray
.
component3
(
)
:
NativePointer
component4
Link copied to clipboard
operator
fun
NativePointerArray
.
component4
(
)
:
NativePointer
component5
Link copied to clipboard
operator
fun
NativePointerArray
.
component5
(
)
:
NativePointer
component6
Link copied to clipboard
operator
fun
NativePointerArray
.
component6
(
)
:
NativePointer
get
Link copied to clipboard
expect
operator
fun
get
(
index
:
Int
)
:
NativePointer
map
Link copied to clipboard
inline
fun
<
R
>
NativePointerArray
.
map
(
transform
:
(
NativePointer
)
->
R
)
:
List
<
R
>
set
Link copied to clipboard
expect
operator
fun
set
(
index
:
Int
,
value
:
NativePointer
)