pub type Slab32<T> = Slab<T, u32>;
A Slab which can hold up to 4294967295 elements.
Slab
pub struct Slab32<T> { /* private fields */ }