Type Alias U32Open

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

Represents (M, N) intervals.

Aliased Typeยง

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