pub type OrdValSpine<K, V, T, R> = Spine<Rc<OrdValBatch<Vector<((K, V), T, R)>>>>;
A trace implementation using a spine of ordered lists.
pub struct OrdValSpine<K, V, T, R> { /* private fields */ }