Circular Buffer

Timon Gehr timon.gehr at gmx.ch
Fri Dec 20 08:06:26 PST 2013


On 12/20/2013 04:45 PM, Frustrated wrote:
> I'm in need of a circular buffer/array. I am using std.container.array
> to avoid the GC. I suppose I could copy and modify the code but is there
> any easier way?  ...

What prevents you from implementing your buffer using an 
std.container.Array as the backing store?



More information about the Digitalmars-d-learn mailing list