NodeRange

A lazy range of nodes, usually returned by a search

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(NodeRange rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Node opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
Node front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta