Skip to main content

LengthClosedOpen

Type Alias LengthClosedOpen 

Source
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 */ }