There's no point in having modules reinvent the wheel everytime. CircularBuffer is clearly usable in other contexts.
On 6/3/2013 11:40 PM, Timothee Cour wrote:I have mixed feelings about that. If you'll notice, std.compress doesn't have any imports! I wanted to make at least one module that doesn't pull in 100% of everything in Phobos (one of my pet peeves).
D)
CircularBuffer belongs somewhere else; maybe std.range or std.container