Type Definition b_tree::Key

source ·
pub type Key<V> = Vec<V>;
Expand description

A key in a B+Tree