LinkedListPointer

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.

Members

Functions

hasValue
bool hasValue()
Undocumented in source. Be warned that the author may not have intended to support it.
value
TValue value()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

container
CLinkedListContainer!TValue container;
Undocumented in source.
location
ptrdiff_t location;
Undocumented in source.

Meta