Type Alias U64OpenClosed

Source
pub type U64OpenClosed<const M: u64, const N: u64> = And<U64Gt<M>, U64Le<N>>;
Expand description

Represents (M, N] intervals.

Aliased Typeยง

struct U64OpenClosed<const M: u64, const N: u64> { /* private fields */ }