- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- front
auto front()
Undocumented in source. Be warned that the author may not have intended to support it.
- length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
- pop
void pop()
Undocumented in source. Be warned that the author may not have intended to support it.
- push
void push(size_t v)
Undocumented in source. Be warned that the author may not have intended to support it.
Simple queue implementation for internal use. This will probably be removed once Phobos has an effective queue container.
This is derived from Bearophile's RosettaCode example of a circular queue, which he has kindly agreed to allow to be used under the terms of the Boost licence.