sigma_types::u16

Type Alias LessThan

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

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

Aliased Typeยง

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