usesuper::*;#[derive(Debug, Clone, Copy, PartialEq, Eq)]pubstructHeightRun<I>
where
I: IntCO,
{/// Closed-open interval on which the stack height is constant.
pubinterval: I,
/// Stack height throughout `interval`.
////// This may be zero.
pubheight:usize,
}