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?