bit.shl (arity 3)¶
x[:n] <<= times
times is a constant.
Signature¶
def shl n, times, x { ... }
Defined in bit/shifts.fj — lines 37–40 (view on GitHub).
Complexity¶
Time:
n(2@-1)Space:
n(2@-1)
See the complexity glossary for what @, w, dw, dbit, n mean.