bit.print_as_digit (arity 2)ΒΆ

prints x[:n] as n ascii-characters ('0's and '1's, lsb first).
x is a bit[:n], and n is a size constant.

SignatureΒΆ

def print_as_digit n, x { ... }

Defined in bit/output.fj β€” lines 56–58 (view on GitHub).

ComplexityΒΆ

  • Time: @+9

  • Space: @+9

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