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