Type Alias Key

Source
pub type Key<V> = SmallVec<[V; 32]>;
Expand description

The type of item in a stream of B+Tree keys

Aliased Typeยง

struct Key<V> { /* private fields */ }