Type Alias smallbitvec::Storage
source ยท pub(crate) type Storage = usize;
Expand description
The allocation will contain a Header
followed by a Storage buffer.
pub(crate) type Storage = usize;
The allocation will contain a Header
followed by a Storage buffer.