Expand description
Scalar bitsets.
Structs§
- Iter
- An iterator over the elements in a
ScalarBitSet
. - Scalar
BitSet - A small bitset built on top of a single primitive integer type.
Traits§
- Scalar
BitSet Storage - A trait implemented by all integers that can be used as the backing storage
for a
ScalarBitSet
.