List.Iterator

Undocumented in source.

Members

Functions

get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
Iterator opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

next
Iterator next [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
prev
Iterator prev [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

node
Node* node;
Undocumented in source.

Meta