pub type U64Index<T> = Index<T, usize, u64>;
An index into a U64Arena
U64Arena
struct U64Index<T> { /* private fields */ }