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