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