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