PowMap

Constructors

this
this(T range, ExpType exponent)
Undocumented in source.

Members

Functions

popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
double front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
typeof(this) save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cache
double cache;
Undocumented in source.
exponent
Unqual!ExpType exponent;
Undocumented in source.
range
Unqual!T range;
Undocumented in source.

Meta