hex.shr_hex (arity 3)¶
dst[:n] >>= 4*times
Signature¶
def shr_hex n, times, dst @ end { ... }
Defined in hex/shifts.fj — lines 51–56 (view on GitHub).
Complexity¶
Time:
n(@+4)Space:
n(@+28)
See the complexity glossary for what @, w, dw, dbit, n mean.