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