← Interval & Math
Interval & Math Target: 5s
Single-bit check via n & (n-1) == 0. Fastest power-of-two test.
n > 0 and n & (n - 1) == 0
Type it from memory. Go.