On 2013-06-10 17:15, Andrei Alexandrescu wrote:
std.algorithm.reverse reverses a range in place: http://dlang.org/phobos/std_algorithm.html#reversestd.range.retro iterates a range in retrograde order without modifying it: http://dlang.org/phobos/std_range.html#.retro
Right, my bad. -- /Jacob Carlborg
