pub type Slab16<T> = Slab<T, u16>;
A Slab which can hold up to 65535 elements.
Slab
struct Slab16<T> { /* private fields */ }