<@U092N7GGG> value = value or (value shr 1) value ...
# announcements
m
@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.