contentHashCode

Common
JVM
JS
Native
1.1
fun <T> Array<out T>.contentHashCode(): Int
fun ByteArray.contentHashCode(): Int
fun ShortArray.contentHashCode(): Int
fun IntArray.contentHashCode(): Int
fun LongArray.contentHashCode(): Int
fun FloatArray.contentHashCode(): Int
fun DoubleArray.contentHashCode(): Int
fun BooleanArray.contentHashCode(): Int
fun CharArray.contentHashCode(): Int

Returns a hash code based on the contents of this array as if it is List.

Common
JVM
JS
Native
1.3
@ExperimentalUnsignedTypes fun UIntArray.contentHashCode(): Int
@ExperimentalUnsignedTypes fun ULongArray.contentHashCode(): Int
@ExperimentalUnsignedTypes fun UByteArray.contentHashCode(): Int
@ExperimentalUnsignedTypes fun UShortArray.contentHashCode(): Int

Returns a hash code based on the contents of this array as if it is List.