what's the rationale behind `UInt.rotateLeft` and `UInt.rotateRight` being normal functions and not...
k
what's the rationale behind
UInt.rotateLeft
and
UInt.rotateRight
being normal functions and not
infix
?
🤔 1