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¶
Click to view the macro body
def one bit {
.zero bit
.not bit
}
Depends on¶
Used by¶
Example uses¶
← Previous: bit.zero/2
Next: bit.one/2 →