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