LinkedListIterator

Undocumented in source.

Constructors

this
this(CLinkedListContainer!TValue cont, LinkedListDescriptor list)
Undocumented in source.
this
this(CLinkedListContainer!TValue cont, ptrdiff_t idx)
Undocumented in source.

Alias This

ptr

Members

Functions

opUnary
void opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
void opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ptr
LinkedListPointer!TValue ptr;
Undocumented in source.
skipNextInc
bool skipNextInc;
Undocumented in source.

Meta