pub type Open<const M: u32, const N: u32> = And<Greater<M>, Less<N>>;
Represents (M, N) intervals.
(M, N)
pub struct Open<const M: u32, const N: u32> { /* private fields */ }