hex.print (arity 1)ΒΆ

output 8 bits from x[:2] (lsb first)

SignatureΒΆ

def print x { ... }

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

ComplexityΒΆ

  • Time: 2@

  • Space: 2@+52

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

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


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