PowMap

struct PowMap (
ExpType
T
) if (
isForwardRange!(T)
) {
Unqual!T range;
Unqual!ExpType exponent;
double cache;
}

Meta