hashCode

open override fun hashCode(): Int(source)

Implements proper hash code calculation for ByteArray content.

This implementation ensures that two KarlContainerState instances with identical content produce the same hash code, which is required for proper behavior in hash-based collections and equality comparisons.

Return

A hash code based on the content of the data array and version number