bit.one (arity 1)

bit = 1

Signature

def one bit { ... }

Defined in bit/memory.fj — lines 48–51 (view on GitHub).

Complexity

  • Time: @

  • Space: @

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

Source

Depends on

Used by

Example uses


← Previous: bit.zero/2 Next: bit.one/2