pub type SmallSlabIndex<T> = SlabIndex<T, u32>;
An index into a SmallSlab<T>
SmallSlab<T>
pub struct SmallSlabIndex<T> { /* private fields */ }