[][src]Type Definition typed_generational_arena::PtrSlab

type PtrSlab<T> = Slab<T, NonZeroIndex<usize>>;

A slab arena which can hold up to std::usize::MAX - 1 elements but does not support element removal, and has size optimized optional indices