SRange

Forward range for the $(D_PSYMBOL SList).

Constructors

this
this()
Undocumented in source.

Members

Functions

opIndex
SRange 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.
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
inout(E) front [@property getter]
Undocumented in source.
save
SRange save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Parameters

L

List type.

Meta