cranelift_bitset

Module scalar

Source
Expand description

Scalar bitsets.

Structs§

Iter
An iterator over the elements in a ScalarBitSet.
ScalarBitSet
A small bitset built on top of a single primitive integer type.

Traits§

ScalarBitSetStorage
A trait implemented by all integers that can be used as the backing storage for a ScalarBitSet.