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