https://issues.dlang.org/show_bug.cgi?id=11555
Andrei Alexandrescu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |preapproved --- Comment #7 from Andrei Alexandrescu <[email protected]> --- Retro changes the type and has a different charter. I think the current placement is fine because reverse works on bidir ranges, not just arrays. Name is in keeping with C++ and other languages. Let's just have it return the reversed range, it helps with composition. --
