- empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- front
T front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- save
typeof(this) save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
An equivalent of an array range, but which maintains a start and end pointer instead of a start pointer and length. This allows .popFront to be faster. Optionally, omits bounds checking for even more speed.