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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 10 22:31:11 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=11555

Seb <greensunny12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12 at gmail.com

--- Comment #6 from Seb <greensunny12 at gmail.com> ---
What's the status of this?

The way I see it:

1) There's now retro
2) reverse should have been in std.array
3) The naming is bad (reverse and reversed would have been better)

But I doubt we can change any of this, except for moving reverse to std.array
and doing a public import in std.algorithm. Thoughts?

--


More information about the Digitalmars-d-bugs mailing list