Type Alias SmallPtrSlab

Source
pub type SmallPtrSlab<T> = Slab<T, NonZeroIndex<u32>>;
Expand description

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

Aliased Typeยง

struct SmallPtrSlab<T> { /* private fields */ }