pub type BitmaskVec = Bitmask<Vec<u8>>;
A dynamically allocated bitmask.
pub struct BitmaskVec { /* private fields */ }