hex.outputΒΆ

output 4 bits from hex (lsb first)

SignatureΒΆ

def output hex @ switch, print_0, print_2, print_4, print_6, print_8, print_a, print_c, print_e, end < stl.IO { ... }

Defined in hex/output.fj β€” lines 9–57 (view on GitHub).

ComplexityΒΆ

  • Time: @

  • Space: @+26

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

SourceΒΆ

Used byΒΆ

Example usesΒΆ


Next: hex.print/1 β†’