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

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

A trace implementation using a spine of ordered lists.