Type Alias slabby::Slab16

source ·
pub type Slab16<T> = Slab<T, u16>;
Expand description

A Slab which can hold up to 65535 elements.

Aliased Type§

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