bit_array_to_string


bit_array_to_string(b)
      

Return a string of the characters \1 and \0 corresponding to the bits in the bit array b.

Examples:


bit_array_to_string(#b[1, 0, 1, 1])
// 1011
      

Also see:

string_to_bit_array
bit_array_to_list
u8array_to_bit_array


Core Module Index | Contents