[−][src]Function sunrise_libutils::bit_array_first_count_one
pub fn bit_array_first_count_one(bitarray: &[u8], count: usize) -> Option<usize>
Returns the index of the first instance of count contiguous 1 in a bit array
pub fn bit_array_first_count_one(bitarray: &[u8], count: usize) -> Option<usize>
Returns the index of the first instance of count contiguous 1 in a bit array