Vector128
class Vector128Functions
equals
fun equals(other: Vector128): BooleanIndicates whether some other object is "equal to" this one. Implementations must fulfil the following requirements:
fun equals(other: Any?): BooleangetByteAt
fun getByteAt(index: Int): BytegetDoubleAt
fun getDoubleAt(index: Int): DoublegetFloatAt
fun getFloatAt(index: Int): FloatgetIntAt
fun getIntAt(index: Int): IntgetLongAt
fun getLongAt(index: Int): LonggetUByteAt
fun getUByteAt(index: Int): UBytegetULongAt
fun getULongAt(index: Int): ULonghashCode
Returns a hash code value for the object. The general contract of hashCode is:
fun hashCode(): InttoString
Returns a string representation of the object.
fun toString(): String