SyncList

Undocumented in source.

Members

Functions

clearAndReturnAll
T[] clearAndReturnAll()
Undocumented in source. Be warned that the author may not have intended to support it.
popAndReturnBack
T popAndReturnBack()
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
Undocumented in source. Be warned that the author may not have intended to support it.
pushBack
void pushBack(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

back
auto back [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

list
T[] list;
Undocumented in source.

Meta