Type Alias SmallSlab

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

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

Aliased Typeยง

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