Circular Buffer

lomereiter lomereiter at gmail.com
Fri Dec 20 08:13:26 PST 2013


Use std.range.cycle with std.container.Array (slice the array to 
get a range).

http://dlang.org/phobos/std_range.html#.cycle


More information about the Digitalmars-d-learn mailing list