SList

Undocumented in source.

Constructors

this
this(Node!T* node)
Undocumented in source.
this
this(SList!T slist)
Undocumented in source.

Members

Aliases

popFront
alias popFront = next
Undocumented in source.

Functions

append
void append(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
dup
SList!T dup()
Undocumented in source. Be warned that the author may not have intended to support it.
front
typeof(this.node) front()
Undocumented in source. Be warned that the author may not have intended to support it.
insertAfter
void insertAfter(Node!T* newNode)
Undocumented in source. Be warned that the author may not have intended to support it.
insertAfter
void insertAfter(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
next
void next()
Undocumented in source. Be warned that the author may not have intended to support it.
redirect
void redirect(Node!T* newNode)
Undocumented in source. Be warned that the author may not have intended to support it.
redirect
void redirect(SList!T slist)
Undocumented in source. Be warned that the author may not have intended to support it.
redirect
void redirect(SListConsumable!T slist)
Undocumented in source. Be warned that the author may not have intended to support it.
removeNext
void removeNext()
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.
value
T value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

node
Node!T* node;
Undocumented in source.

Meta