Queue

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
length
int length()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
T pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
swap
void swap(int i, int j)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta