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