Expand description
A packed array of boolean enum values.
Structs§
- BitArray64
- An array of 64 binary enum values.
- BitArray64
Iter - Iterator over the enums inside a
BitArray64
Traits§
- Boolean
Enum - A trait for enums with two variants where one is
truthy
and the other one isfalsy
.
Functions§
- bool_
to_ enum - Converts a bool to a
BooleanEnum
. - enum_
to_ bool - Converts a
BooleanEnum
to a bool