[][src]Type Definition typed_generational_arena::SmallPtrSlab

type SmallPtrSlab<T> = Slab<T, NonZeroIndex<u32>>;

A slab arena which can hold up to 2^{32} - 1 elements but does not support element removal, and has size optimized optional indices