open fun commonPrefix(other: Bytes): Bytes
Return a slice over the common prefix between this set of bytes and another.
other - The bytes to compare to.
other
Return A slice covering the common prefix.