Type Alias I8Closed

Source
pub type I8Closed<const M: i8, const N: i8> = And<I8Ge<M>, I8Le<N>>;
Expand description

Represents [M, N] intervals.

Aliased Typeยง

struct I8Closed<const M: i8, const N: i8> { /* private fields */ }