Crate fixedbitset
source Β·Expand description
FixedBitSet
is a simple fixed size set of bits.
Modules§
- range π
Structs§
- An iterator producing elements in the difference of two sets.
FixedBitSet
is a simple fixed size set of bits that each can be enabled (1 / true) or disabled (0 / false).- An iterator producing elements in the intersection of two sets.
- Masks π
- An iterator producing the indices of the set bit in a set.
- An iterator producing elements in the union of two sets.
Constants§
- BITS π
Statics§
Traits§
- IndexRange is implemented by Rustβs built-in range types, produced by range syntax like
..
,a..
,..b
orc..d
.
Functions§
- div_rem π
Type Aliases§
- Block π