LessThan

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ยง

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