sigma_types::i16

Type Alias LessThan

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

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

Aliased Typeยง

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