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