kotlin-stdlib
Native
kotlin-stdlib
/
kotlin.native
/
Vector128
Vector128
Native
class
Vector128
Functions
Functions
equals
Link copied to clipboard
Native
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
fun
equals
(
other
:
Vector128
)
:
Boolean
get
Byte
At
Link copied to clipboard
Native
external
fun
getByteAt
(
index
:
Int
)
:
Byte
get
Double
At
Link copied to clipboard
Native
external
fun
getDoubleAt
(
index
:
Int
)
:
Double
get
Float
At
Link copied to clipboard
Native
external
fun
getFloatAt
(
index
:
Int
)
:
Float
get
Int
At
Link copied to clipboard
Native
external
fun
getIntAt
(
index
:
Int
)
:
Int
get
Long
At
Link copied to clipboard
Native
external
fun
getLongAt
(
index
:
Int
)
:
Long
get
UByte
At
Link copied to clipboard
Native
external
fun
getUByteAt
(
index
:
Int
)
:
UByte
get
UInt
At
Link copied to clipboard
Native
external
fun
getUIntAt
(
index
:
Int
)
:
UInt
get
ULong
At
Link copied to clipboard
Native
external
fun
getULongAt
(
index
:
Int
)
:
ULong
hash
Code
Link copied to clipboard
Native
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
Native
open
override
fun
toString
(
)
:
String