Type Alias TinyIndex

Source
pub type TinyIndex<T> = Index<T, u16, NonzeroGeneration<u16>>;
Expand description

A typed index into a StandardArena

Aliased Typeยง

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