Vector128
class Vector128
Functions
equals
fun equals(other: Vector128): Boolean
Indicates whether some other object is "equal to" this one. Implementations must fulfil the following requirements:
fun equals(other: Any?): Boolean
getByteAt
fun getByteAt(index: Int): Byte
getDoubleAt
fun getDoubleAt(index: Int): Double
getFloatAt
fun getFloatAt(index: Int): Float
getIntAt
fun getIntAt(index: Int): Int
getLongAt
fun getLongAt(index: Int): Long
getUByteAt
fun getUByteAt(index: Int): UByte
getULongAt
fun getULongAt(index: Int): ULong
hashCode
Returns a hash code value for the object. The general contract of hashCode
is:
fun hashCode(): Int
toString
Returns a string representation of the object.
fun toString(): String