Type Alias U8OpenClosed

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

Represents (M, N] intervals.

Aliased Typeยง

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