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. - BitView
Mut - 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.