Thread overview
[Issue 17183] Improve std.algorithm.mutate.remove documentation
Feb 14, 2017
Walter Bright
Feb 15, 2017
Adam D. Ruppe
Mar 31, 2018
Seb
Jul 22, 2022
RazvanN
February 14, 2017
https://issues.dlang.org/show_bug.cgi?id=17183

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp

--
February 15, 2017
https://issues.dlang.org/show_bug.cgi?id=17183

Adam D. Ruppe <destructionator@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator@gmail.com

--- Comment #1 from Adam D. Ruppe <destructionator@gmail.com> ---
Also the ddox existing version:

https://dlang.org/library/std/algorithm/mutation/remove.html

And, I raise the bar in my doc fork:

http://dpldocs.info/experimental-docs/std.algorithm.mutation.remove.1.html


That's without changing the function implementation. Moving some of the details to a static if internally can yield improvements in all three doc locations.

--
March 31, 2018
https://issues.dlang.org/show_bug.cgi?id=17183

Seb <greensunny12@gmail.com> changed:

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

--- Comment #2 from Seb <greensunny12@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

--
July 22, 2022
https://issues.dlang.org/show_bug.cgi?id=17183

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |FIXED

--