stdlib
1.8
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0
Native
stdlib
/
kotlin.native
/
Vector128
Vector128
Native
class
Vector128
(
source
)
Since Kotlin
1.3
Functions
Functions
equals
Link copied to clipboard
Native
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
fun
equals
(
other
:
Vector128
)
:
Boolean
Since Kotlin
1.3
get
Byte
At
Link copied to clipboard
Native
external
fun
getByteAt
(
index
:
Int
)
:
Byte
Since Kotlin
1.3
get
Double
At
Link copied to clipboard
Native
external
fun
getDoubleAt
(
index
:
Int
)
:
Double
Since Kotlin
1.3
get
Float
At
Link copied to clipboard
Native
external
fun
getFloatAt
(
index
:
Int
)
:
Float
Since Kotlin
1.3
get
Int
At
Link copied to clipboard
Native
external
fun
getIntAt
(
index
:
Int
)
:
Int
Since Kotlin
1.3
get
Long
At
Link copied to clipboard
Native
external
fun
getLongAt
(
index
:
Int
)
:
Long
Since Kotlin
1.3
get
UByte
At
Link copied to clipboard
Native
external
fun
getUByteAt
(
index
:
Int
)
:
UByte
Since Kotlin
1.3
get
UInt
At
Link copied to clipboard
Native
external
fun
getUIntAt
(
index
:
Int
)
:
UInt
Since Kotlin
1.3
get
ULong
At
Link copied to clipboard
Native
external
fun
getULongAt
(
index
:
Int
)
:
ULong
Since Kotlin
1.3
hash
Code
Link copied to clipboard
Native
open
override
fun
hashCode
(
)
:
Int
Since Kotlin
1.3
to
String
Link copied to clipboard
Native
open
override
fun
toString
(
)
:
String
Since Kotlin
1.3