bit.print_as_digit (arity 1)¶
prints the ascii character '0'/'1', based on x's value.
x is a bit.
Signature¶
def print_as_digit x { ... }
Defined in bit/output.fj — lines 48–51 (view on GitHub).
Complexity¶
Time:
@+9Space:
@+9
See the complexity glossary for what @, w, dw, dbit, n mean.