Type Alias PicoIndex

Source
pub type PicoIndex<T> = Index<T, u8, NonzeroWrapGeneration<u8>>;
Expand description

A typed index into a NanoArena

Aliased Typeยง

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