Type Alias U32OpenClosed

Source
pub type U32OpenClosed<const M: u32, const N: u32> = And<U32Gt<M>, U32Le<N>>;
Expand description

Represents (M, N] intervals.

Aliased Typeยง

struct U32OpenClosed<const M: u32, const N: u32> { /* private fields */ }