pub type Negative<Input> = Sigma<Input, NegativeInvariant<Input>>;Expand description
Negative terms (defined by comparison to zero).
Aliased Type§
struct Negative<Input> { /* private fields */ }pub type Negative<Input> = Sigma<Input, NegativeInvariant<Input>>;Negative terms (defined by comparison to zero).
struct Negative<Input> { /* private fields */ }