Type Alias U128Open

Source
pub type U128Open<const M: u128, const N: u128> = And<U128Gt<M>, U128Lt<N>>;
Expand description

Represents (M, N) intervals.

Aliased Typeยง

struct U128Open<const M: u128, const N: u128> { /* private fields */ }