pub type OrdValSpine<K, V, T, R> = Spine<Rc<OrdValBatch<Vector<((K, V), T, R)>>>, MergeBatcher<K, V, T, R>, RcBuilder<OrdValBuilder<Vector<((K, V), T, R)>>>>;
Expand description

A trace implementation using a spine of ordered lists.

Aliased Type§

struct OrdValSpine<K, V, T, R> { /* private fields */ }