Type Alias slabby::SlabSize

source ·
pub type SlabSize<T> = Slab<T, usize>;
Expand description

A Slab which can hold as many elements as the underlying Vec.

Aliased Type§

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