typenum::operator_aliases

Type Alias Exp

Source
pub type Exp<A, B> = <A as Pow<B>>::Output;
Expand description

Alias for the associated type of Pow: Exp<A, B> = <A as Pow<B>>::Output

Layoutยง

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