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