sigma_types::u32

Type Alias LessThan

Source
pub type LessThan<const N: u32> = Sigma<u32, LessThanInvariant<N>>;
Expand description

Terms less than a constant (defined by PartialOrd comparison).

Aliased Typeยง

struct LessThan<const N: u32> { /* private fields */ }