Type Alias I16Closed

Source
pub type I16Closed<const M: i16, const N: i16> = And<I16Ge<M>, I16Le<N>>;
Expand description

Represents [M, N] intervals.

Aliased Typeยง

struct I16Closed<const M: i16, const N: i16> { /* private fields */ }