I don’t get, why bitwise operators in kotlin are e...
# announcements
n
I don’t get, why bitwise operators in kotlin are expressed as functions? Such code:
color and ((alpha shl 24) or 0xFFFFFF)
is much harder to read