Module bits

Module bits 

Source

Structsยง

BitVector
An owned fixed-size bit vector of length N bits, represented as an array of usize words.
BitView
A borrowed fixed-size bit vector of length N bits, represented as an array of usize words.
BitViewMut
A mutable borrowed fixed-size bit vector of length N bits, represented as an array of usize words. Mutable view into a bit array for constructing selection masks.