open fun commonPrefixLength(other: Bytes): Int
Return the number of bytes in common between this set of bytes and another.
other - The bytes to compare to.
other
Return The number of common bytes.