SyncedDList

///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////

Constructors

this
this()
Undocumented in source.

Members

Functions

deleteNode
shared(T)* deleteNode(shared(Node)* cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
dump
string dump()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
insertAfter
void insertAfter(shared(Node)* cursor, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
insertBefore
void insertBefore(shared(Node)* cursor, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
next
bool next(shared(Node)* cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
prev
bool prev(shared(Node)* cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
pushBack
void pushBack(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
pushFront
void pushFront(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

bottom
enum bottom;
Undocumented in source.

Properties

popBack
shared(T)* popBack [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
shared(T)* popFront [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Node
struct Node
Undocumented in source.

Meta