contentDeepHashCode

expect fun <T> Array<out T>.contentDeepHashCode(): Int(source)

Returns a hash code based on the contents of this array as if it is List. Nested arrays are treated as lists too.

If any of arrays contains itself on any nesting level the behavior is undefined.

Since Kotlin

1.1

expect fun <T> Array<out T>?.contentDeepHashCode(): Int(source)

Returns a hash code based on the contents of this array as if it is List. Nested arrays are treated as lists too.

If any of arrays contains itself on any nesting level the behavior is undefined.

Since Kotlin

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

Returns a hash code based on the contents of this array as if it is List. Nested arrays are treated as lists too.

If any of arrays contains itself on any nesting level the behavior is undefined.

Since Kotlin

1.1

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

Returns a hash code based on the contents of this array as if it is List. Nested arrays are treated as lists too.

If any of arrays contains itself on any nesting level the behavior is undefined.

Since Kotlin

1.4
@JvmName(name = "contentDeepHashCodeInline")
actual inline fun <T> Array<out T>.contentDeepHashCode(): Int(source)

Returns a hash code based on the contents of this array as if it is List. Nested arrays are treated as lists too.

If any of arrays contains itself on any nesting level the behavior is undefined.

Since Kotlin

1.1

@JvmName(name = "contentDeepHashCodeNullable")
actual inline fun <T> Array<out T>?.contentDeepHashCode(): Int(source)

Returns a hash code based on the contents of this array as if it is List. Nested arrays are treated as lists too.

If any of arrays contains itself on any nesting level the behavior is undefined.

Since Kotlin

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

Returns a hash code based on the contents of this array as if it is List. Nested arrays are treated as lists too.

If any of arrays contains itself on any nesting level the behavior is undefined.

Since Kotlin

1.3

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

Returns a hash code based on the contents of this array as if it is List. Nested arrays are treated as lists too.

If any of arrays contains itself on any nesting level the behavior is undefined.

Since Kotlin

1.4