contentHashCode

actual fun <T> Array<out T>?.contentHashCode(): Int(source)

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

Since Kotlin

1.4
actual inline fun <T> Array<out T>?.contentHashCode(): Int(source)
actual inline fun ByteArray?.contentHashCode(): Int(source)
actual inline fun ShortArray?.contentHashCode(): Int(source)
actual inline fun IntArray?.contentHashCode(): Int(source)
actual inline fun LongArray?.contentHashCode(): Int(source)
actual inline fun FloatArray?.contentHashCode(): Int(source)
actual inline fun DoubleArray?.contentHashCode(): Int(source)
actual inline fun BooleanArray?.contentHashCode(): Int(source)
actual inline fun CharArray?.contentHashCode(): Int(source)

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

Since Kotlin

1.4
actual fun <T> Array<out T>?.contentHashCode(): Int(source)

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

Since Kotlin

1.4

Deprecated

Hidden since 1.4

Use Kotlin compiler 1.4 to avoid deprecation warning.

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

Since Kotlin

1.3
actual fun <T> Array<out T>?.contentHashCode(): Int(source)

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

Since Kotlin

1.8

Deprecated

Hidden since 1.4

Use Kotlin compiler 1.4 to avoid deprecation warning.

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

Since Kotlin

1.8
actual fun <T> Array<out T>?.contentHashCode(): Int(source)

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

Since Kotlin

1.8

Deprecated

Hidden since 1.4

Use Kotlin compiler 1.4 to avoid deprecation warning.

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

Since Kotlin

1.8