Type Alias SmallIndex

Source
pub type SmallIndex<T> = Index<T, u32, NonzeroGeneration<u32>>;
Expand description

A typed index into a StandardArena

Aliased Typeยง

struct SmallIndex<T> { /* private fields */ }