class Vector128
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
fun getByteAt(index: Int): Byte
fun getDoubleAt(index: Int): Double
fun getFloatAt(index: Int): Float
fun getIntAt(index: Int): Int
fun getLongAt(index: Int): Long
fun getUByteAt(index: Int): UByte
fun getUIntAt(index: Int): UInt
fun getULongAt(index: Int): ULong
Returns a hash code value for the object. The general contract of hashCode
is:
fun hashCode(): Int
Returns a string representation of the object.
fun toString(): String
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.native/-vector128/index.html