pub type OrdKeySpine<K, T, R> = Spine<Rc<OrdKeyBatch<Vector<((K, ()), T, R)>>>, MergeBatcher<K, (), T, R>, RcBuilder<OrdKeyBuilder<Vector<((K, ()), T, R)>>>>;
Expand description

A trace implementation using a spine of ordered lists.

Aliased Type§

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