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