Expand description
All this crate does is make bit masking operations a bit prettier.
Traitsยง
- BitMaskable
- The trait describing things which can have
bit masks applied to them. All integer types
(and
bool) implement this trait.
All this crate does is make bit masking operations a bit prettier.
bool) implement this trait.