Skip to main content

Slot

Type Alias Slot 

Source
pub type Slot<LEN, T> = (NonZero<usize>, LEN, T);
Expand description

One slot of the sparse index: the buf offset (>= 1; buf[0] is the dummy byte), the key length, and the value inline. None slots are gaps.