pub type ColKeySpine<K, T, R> = Spine<Rc<OrdKeyBatch<MzStack<((K, ()), T, R)>>>>;
A spine for generic keys
pub struct ColKeySpine<K, T, R> { /* private fields */ }