Type Alias U64Arena

Source
pub type U64Arena<T> = Arena<T, usize, u64>;
Expand description

An arena of T indexed by usize, with 2^{64} generations

Aliased Typeยง

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