ZipStore

Members

Functions

dequeue
E dequeue()
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.
enqueue
void enqueue(E obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

isCompleted
bool isCompleted;
Undocumented in source.
queue
DList!E queue;
Undocumented in source.

Meta