Join Slack
Powered by
<@U092N7GGG> value = value or (value shr 1) value ...
# announcements
m
michaelrocks
09/24/2015, 12:31 PM
@yole
value = value or (value shr 1) value |= value >> 1 As for me the infix variant is too verbose and difficult to understand. Maybe it's ok for Python developers but not so good for Java, C#, C++ programmers.
2
Views
Open in Slack
Previous
Next