Type Alias U8Open

Source
pub type U8Open<const M: u8, const N: u8> = And<U8Gt<M>, U8Lt<N>>;
Expand description

Represents (M, N) intervals.

Aliased Typeยง

struct U8Open<const M: u8, const N: u8> { /* private fields */ }