[−][src]Trait sunrise_libutils::BitArrayExt
Extension of the BitField trait, that adds the set_bits_area
function.
Provided methods
fn set_bits_area(&mut self, range: Range<usize>, value: bool)
Sets a range of bits to value
in the BitField.