Join Slack
Powered by
I don’t get, why bitwise operators in kotlin are e...
# announcements
n
neworldlt
11/08/2016, 3:00 PM
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
2
Views
Open in Slack
Previous
Next