[−][src]Function sunrise_libutils::bit_array_first_zero
pub fn bit_array_first_zero(bitarray: &[u8]) -> Option<usize>
Returns the index of the first 0 in a bit array.
pub fn bit_array_first_zero(bitarray: &[u8]) -> Option<usize>
Returns the index of the first 0 in a bit array.