phobos/std/algorithm
H. S. Teoh 8b4dc6c7b4 Improve docs for std.algorithm.remove.
Rationale: the most common use for this function is to remove an element
from an array. Therefore, the first example the user should see in the
docs is how to achieve this.  All the rest of the complications, like
`remove` not changing the length of the array and what-not, should be
discussed *afterwards*, not smack in the user's face.  The current first
example is a poor choice for a first example from a user's POV, because
it throws a complicated case out there without first telling the reader
(presumably someone new to the language, since seasoned D coders
wouldn't be needing to read the docs for `remove`) how to accomplish the
simplest, and most common, use case.
2017-07-05 10:34:45 -07:00
..
comparison.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
internal.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
iteration.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
mutation.d Improve docs for std.algorithm.remove. 2017-07-05 10:34:45 -07:00
package.d Fix invalid undefined Ddoc macros 2017-06-15 11:00:47 +02:00
searching.d Sort imports 2017-06-12 07:54:38 +02:00
setops.d Revert "Sort selective imports" 2017-06-13 17:51:52 +00:00
sorting.d Remove unused label 2017-06-19 13:37:55 +02:00