pub type U32Closed<const M: u32, const N: u32> = And<U32Ge<M>, U32Le<N>>;
Represents [M, N] intervals.
[M, N]
struct U32Closed<const M: u32, const N: u32> { /* private fields */ }