pub type SmallIndex<T> = Index<T, u32, NonzeroGeneration<u32>>;
A typed index into a StandardArena
StandardArena
struct SmallIndex<T> { /* private fields */ }