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