bit._.print_str_one_charΒΆ

Print one byte from a null-terminated string; jumps to end when it hits \0. Inner loop of bit.print_str.

SignatureΒΆ

def print_str_one_char char, end { ... }

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

ComplexityΒΆ

  • Time: 16@+32

  • Space: 16@+32

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

SourceΒΆ

Depends onΒΆ


← Previous: bit.print_str Next: bit.print_as_digit/1 β†’