pub type U128OpenClosed<const M: u128, const N: u128> = And<U128Gt<M>, U128Le<N>>;
Represents (M, N] intervals.
(M, N]
struct U128OpenClosed<const M: u128, const N: u128> { /* private fields */ }