DRange

Bidirectional range for the $(D_PSYMBOL DList).

Constructors

this
this()
Undocumented in source.

Members

Functions

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

Properties

back
inout(E) back [@property getter]
Undocumented in source.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(E) front [@property getter]
Undocumented in source.
save
DRange save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Parameters

L

List type.

Meta