[]Type Definition lea::ctr::stream::generic_array::typenum::Exp

type Exp<A, B> = <A as Pow<B>>::Output;

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