[][src]Function sunrise_libutils::bit_array_first_one

pub fn bit_array_first_one(bitarray: &[u8]) -> Option<usize>

Returns the index of the first 1 in a bit array.