pub type LengthClosedOpen<const M: usize, const N: usize> = And<LengthGreaterOrEqual<M>, LengthLess<N>>;Expand description
Represents [M, N) intervals.
Aliased Typeยง
pub struct LengthClosedOpen<const M: usize, const N: usize> { /* private fields */ }