phobos/std/algorithm
Nick Treleaven a2c2f79dfa Fix Issue 11111 - std.algorithm.canFind should support Needles...
The requirement that each needle must be a range is arbitrary, so remove
it.
Note: This overload of `canFind` calls `find(haystack, needles)` which
calls `startsWith`, which accepts mixed element and range needles.
2023-11-20 10:58:16 +00: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 Fix Issue 11111 - std.algorithm.canFind should support Needles... 2023-11-20 10:58:16 +00: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