bit.str¶
create a bit-vector, initialized with the value of ‘str’, and with the number of bytes needed to store ‘str’, plus 1.
used to initialize a string, like: bit.str "Hello, World!\n"
Signature¶
def str str { ... }
Defined in bit/casting.fj — lines 7–9 (view on GitHub).