and

infix inline fun Byte.and(other: Byte): Byte(source)
infix inline fun Short.and(other: Short): Short(source)

Performs a bitwise AND operation between the two values.

Since Kotlin

1.1