Expand description
FixedBitSet
is a simple fixed size set of bits.
ModulesΒ§
- range π
StructsΒ§
- Difference
- An iterator producing elements in the difference of two sets.
- Fixed
BitSet FixedBitSet
is a simple fixed size set of bits that each can be enabled (1 / true) or disabled (0 / false).- Intersection
- An iterator producing elements in the intersection of two sets.
- Masks π
- Ones
- An iterator producing the indices of the set bit in a set.
- Union
- An iterator producing elements in the union of two sets.
ConstantsΒ§
- BITS π
StaticsΒ§
TraitsΒ§
- Index
Range - 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 π