[][src]Type Definition typed_generational_arena::SmallSlab

type SmallSlab<T> = Slab<T, u32>;

A slab arena which can hold up to 2^{32} elements but does not support element removal