List.ConstRange

Undocumented in source.

Constructors

this
this(const(Node)* front, const(Node)* back)
Undocumented in source.

Members

Functions

popFront
void popFront()
Undocumented in source.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
const(T) front [@property getter]
Undocumented in source.
frontNode
const(Node)* frontNode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
save
ConstRange save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta