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