bit.zero (arity 1)

bit = 0

Signature

def zero bit { ... }

Defined in bit/memory.fj — lines 35–37 (view on GitHub).

Complexity

  • Time: @-1

  • Space: @-1

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

Source

Depends on

Used by

Example uses


← Previous: bit.vec/1 Next: bit.zero/2