pub type SmallSlab<T> = Slab<T, u32>;
A slab arena which can hold up to 2^{32} elements but does not support element removal
2^{32}
struct SmallSlab<T> { /* private fields */ }