pub type KeyValSpine<K, V, T, R> = Spine<Rc<OrdValBatch<MzStack<((K, V), T, R)>>>>;
pub struct KeyValSpine<K, V, T, R> { /* private fields */ }