bit_array_length(b)
Return the number of bits in the bit array b.
b
bit_array_length(#b[1, 0, 0, 1, 1]) // 5
Core Module Index | Contents