bit.print_dec_uint.print_charΒΆ

if char_flag: print the ascii representation of the decimal digit ascii4[:4].
ascii4 is bit[:4], char_flag is a bit.

SignatureΒΆ

def print_char ascii4, char_flag @ end { ... }

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

ComplexityΒΆ

  • Time: 5@+12

  • Space: 5@+12

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

SourceΒΆ

Depends onΒΆ


← Previous: bit.print_dec_uint.div10_step Next: bit.print_dec_int β†’