[Issue 11555] std.algorithm.reverse should return the just-reversed range

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 21 10:39:01 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11555



--- Comment #5 from Andrei Alexandrescu <andrei at erdani.com> 2013-11-21 10:38:57 PST ---
We can't quite return a new range - this is not the way std.algorithm operates
(no allocation, no creation of new ranges).

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list