Type Definition differential_dataflow::trace::implementations::ord::OrdValSpine [] [src]

type OrdValSpine<K, V, T, R> = Spine<K, V, T, R, Rc<OrdValBatch<K, V, T, R>>>;

A trace implementation using a spine of ordered lists.