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