phobos/std/algorithm
Nick Treleaven 0ced94ca1c
[std.algorithm] Split find docs into 2 (#8844)
It's much clearer to have separate docs for the overload not taking
`needle`, because its `pred` has a different signature and its behaviour
is simpler. It was necessary to move that overload (and its unittests)
above the other two.

Also improve the docs for the other overloads:
Remove duplicate BIGOH sentence already present under *Complexity*.
Use `e, n` for predicate parameter names, short for `element, needle`.
2023-11-20 22:19:03 +08:00
..
comparison.d Better std.algorithm.comparison.clamp error messages 2023-03-15 16:53:20 +01:00
internal.d Add explanatory comment to addressOf 2022-02-07 16:29:58 +00:00
iteration.d Correct spelling of Seperator to Separator in joiner() 2023-10-10 15:58:42 +02:00
mutation.d User hyperlinks to refer to bugzilla issues (#8766) 2023-06-16 14:45:44 +03:00
package.d Fix Issue 20397 2023-02-01 00:44:25 +01:00
searching.d [std.algorithm] Split find docs into 2 (#8844) 2023-11-20 22:19:03 +08:00
setops.d Fix return scope in cartesianProduct Result.save 2022-03-09 15:37:09 +00:00
sorting.d algorithm/sorting: Fix typo introduced in PR #8678 2023-02-18 14:33:49 +00:00