Type Definition typenum::operator_aliases::Exp [−][src]
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
pub type Exp<A, B> = <A as Pow<B>>::Output;
Alias for the associated type of Pow
: Exp<A, B> = <A as Pow<B>>::Output