Module bitmask

Source
Expand description

Bitmasks are a set of bits that can be indexed and queried by the values of various enum types.

Structs§

Bitmask
A set of bits that can be indexed by specific enum values.
BitmaskIterator
An iterator over the set bits of a bitmask.

Traits§

BitmaskTrait
A generic trait that can be used to index by a given type into a set of bits.

Type Aliases§

BitmaskVec
A dynamically allocated bitmask.