Bug 17183 – Improve std.algorithm.mutate.remove documentation

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2017-02-14T23:20:05Z
Last change time
2022-07-22T12:17:56Z
Keywords
bootcamp
Assigned to
No Owner
Creator
Walter Bright

Comments

Comment #0 by bugzilla — 2017-02-14T23:20:05Z
Comment #1 by destructionator — 2017-02-15T05:33:36Z
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.
Comment #2 by greensunny12 — 2018-03-31T19:37:10Z
> 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