pub type LessThan<const N: u16> = Sigma<u16, LessThanInvariant<N>>;
Terms less than a constant (defined by PartialOrd comparison).
PartialOrd
struct LessThan<const N: u16> { /* private fields */ }