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