Struct ToNumericRange

struct ToNumericRange(R)
  
if (isInputRange!R);

Constructors

NameDescription
this

Fields

NameTypeDescription
inputRange R
_front real

Properties

NameTypeDescription
empty[get] bool
front[get] real

Methods

NameDescription
popFront

Aliases

NameDescription
E