LinkNode

Undocumented in source.

Constructors

this
this(E value)
Undocumented in source.

Members

Functions

addAtTail
LinkNode!E addAtTail(E value)
Undocumented in source. Be warned that the author may not have intended to support it.
getNext
LinkNode!E getNext()
Undocumented in source. Be warned that the author may not have intended to support it.
getPrev
LinkNode!E getPrev()
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
E getValue()
Undocumented in source. Be warned that the author may not have intended to support it.
next
LinkNode!E next(Query!E query)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
LinkNode!E remove()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

newList
LinkNode!T newList(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta