bit/casting.fjΒΆ
βββ- String:
MacrosΒΆ
bitΒΆ
bit.strβ create abit-vector, initialized with the value of βstrβ, and with the number of bytes needed to store βstrβ, plus 1.bit.bin2asciiβ Complexity 9@-7bit.dec2asciiβ Complexity 12@-10bit.hex2asciiβ ascii isbit[:8], hex isbit[:4].bit.ascii2binβ ascii isbit[:8], and error(output-param),bin are bits.bit.ascii2decβ ascii isbit[:8], dec inbit[:4], and error(output-param) is a bit.bit.ascii2hexβ ascii isbit[:8], hex inbit[:4], and error(output-param) is a bit.