typenum::operator_aliases::Exp
[−]
[src]
type Exp<A, B> = A::Output;
Alias for the associated type of Pow
: Exp<A, B> = <A as Pow<B>>::Output
type Exp<A, B> = A::Output;
Alias for the associated type of Pow
: Exp<A, B> = <A as Pow<B>>::Output