<@U01DAEPFCFJ> bitwise are only available for Int ...
# getting-started
i
@Alec Muffett bitwise are only available for Int and Long
a
That's what I thought, but the documentation says:
Copy code
infix fun Byte.and(other: Byte): Byte
infix fun Short.and(other: Short): Short
Performs a bitwise AND operation between the two values.
r
Note those are in the experimental package
a
AAAAAAAAAh - thank you!
u
You may try functions like rhl to shift right And shl to shift left