Type Alias slabby::Slab32

source ·
pub type Slab32<T> = Slab<T, u32>;
Expand description

A Slab which can hold up to 4294967295 elements.

Aliased Type§

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