pub type Key<V> = SmallVec<[V; 32]>;
The type of item in a stream of B+Tree keys
struct Key<V> { /* private fields */ }