hex.shl_bit

dst[:n] <<= 1

Signature

def shl_bit n, dst { ... }

Defined in hex/shifts.fj — lines 8–11 (view on GitHub).

Complexity

  • Time: n(@+1)

  • Space: n(@+28)

See the complexity glossary for what @, w, dw, dbit, n mean.

Source

Depends on

Used by

Example uses


Next: hex.shr_bit