pub type NanoIndex<T> = Index<T, u8, Wrapping<u8>>;
A typed index into a NanoArena
NanoArena
struct NanoIndex<T> { /* private fields */ }