bit.bin2asciiΒΆ
Complexity 9@-7
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).