Type Alias I128Closed

Source
pub type I128Closed<const M: i128, const N: i128> = And<I128Ge<M>, I128Le<N>>;
Expand description

Represents [M, N] intervals.

Aliased Typeยง

struct I128Closed<const M: i128, const N: i128> { /* private fields */ }