pub type LengthOpenClosed<const M: usize, const N: usize> = And<LengthGreater<M>, LengthLessOrEqual<N>>;Expand description
Represents (M, N] intervals.
Aliased Typeยง
pub struct LengthOpenClosed<const M: usize, const N: usize> { /* private fields */ }