typenum::operator_aliases

Type Alias Negate

Source
pub type Negate<A> = <A as Neg>::Output;
Expand description

Alias for the associated type of Neg: Negate<A> = <A as Neg>::Output

Layoutยง

Note: Encountered an error during type layout; the type failed to be normalized.