sigma_types::u8

Type Alias LessThan

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

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

Aliased Typeยง

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