hex.print (arity 2)ΒΆ

output n bytes from x[:2n] (lsb first)

SignatureΒΆ

def print n, x { ... }

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

ComplexityΒΆ

  • Time: n(2@)

  • Space: n(2@+52)

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

SourceΒΆ


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