Type Alias U64Index

Source
pub type U64Index<T> = Index<T, usize, u64>;
Expand description

An index into a U64Arena

Aliased Typeยง

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