Type Alias b_tree::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 */ }