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