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