Type Alias Slab

Source
pub type Slab<T, I> = Arena<T, I, DisableRemoval>;
Expand description

A slab arena with a given index, which does not support efficient removal

Aliased Typeยง

struct Slab<T, I> { /* private fields */ }
OSZAR »