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