bit.print (arity 1)ΒΆ

outputs a byte from x[:8] (a bit vector. from lsb to msb).

SignatureΒΆ

def print x { ... }

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

ComplexityΒΆ

  • Time: 8@+16

  • Space: 8@+16

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

SourceΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: bit.output Next: bit.print/2 β†’