- current_resetvoid current_reset() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- eachvoid each(void delegate(R) dg) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- each_left_of_currentvoid each_left_of_current(void delegate(RingBufferIndex, R) dg) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- emptybool empty() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- frontR front() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- is_at_endbool is_at_end(RingBufferIndex idx) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- is_fullbool is_full() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- popFrontRingBufferIndex popFront() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- purgevoid purge(void delegate(R) dg) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- purge_whilevoid purge_while(bool delegate(R) dg) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- pushRingBufferIndex push(R r) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readR read(RingBufferIndex idx) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- read_currentR read_current() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- rightmostR rightmost() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- toStringstring toString() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Represent a pileup of reads in a buffer.