Struct PowMap

struct PowMap(ExpType, T)
  
if (isForwardRange!T);

Constructors

NameDescription
this

Fields

NameTypeDescription
cache double
exponent Unqual!ExpType
range Unqual!T

Properties

NameTypeDescription
empty[get] bool
front[get] double
save[get] typeof(this)

Methods

NameDescription
popFront