bit.ror¶
rotate x[:n] right by 1-bit
Signature¶
def ror n, x @ temp_bit { ... }
Defined in bit/shifts.fj — lines 45–52 (view on GitHub).
Complexity¶
Time:
n(2@-1)Space:
n(2@-1)
See the complexity glossary for what @, w, dw, dbit, n mean.