[Issue 17183] Improve std.algorithm.mutate.remove documentation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 31 19:37:10 UTC 2018


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

Seb <greensunny12 at gmail.com> changed:

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

--- Comment #2 from Seb <greensunny12 at gmail.com> ---
>  Moving some of the details to a static if internally can yield improvements in all three doc locations.

We have done this now too:
https://dlang.org/phobos/std_algorithm_mutation.html#.remove

There's also:

https://github.com/dlang/phobos/pull/6154

which tries to address the actual API problems of remove

--


More information about the Digitalmars-d-bugs mailing list