pub type SlabSize<T> = Slab<T, usize>;
A Slab which can hold as many elements as the underlying Vec.
Slab
Vec
struct SlabSize<T> { /* private fields */ }