and

infix fun Byte.and(that: Int): Int
infix fun Int.and(that: Byte): Int
infix fun Byte.and(that: Byte): Int