bit_array_to_string(b)
Return a string of the characters \1 and \0 corresponding to the bits in the bit array b.
b
bit_array_to_string(#b[1, 0, 1, 1]) // 1011
Core Module Index | Contents