hex.print_as_digit (arity 3)ΒΆ

prints the ascii of the hexadecimal representation of x[:n].

use_uppercase (constant): if true, print in uppercase (else lowercase).

SignatureΒΆ

def print_as_digit n, x, use_uppercase { ... }

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

ComplexityΒΆ

  • Time: n(@+4)

  • Space: n(@+36)

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