sigma_types::u64

Type Alias LessThan

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

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

Aliased Typeยง

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