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