Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

Negate

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