bit.bin2asciiΒΆ

ascii := the ascii representation of the value of bin.
ascii is bit[:8], bin is a bit.

SignatureΒΆ

def bin2ascii ascii, bin { ... }

Defined in bit/casting.fj β€” lines 21–25 (view on GitHub).

ComplexityΒΆ

  • Time: 9@-7

  • Space: 9@-7

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

SourceΒΆ

Depends onΒΆ


← Previous: bit.str Next: bit.dec2ascii β†’