phobos/std/algorithm
FeepingCreature 656ae7905e
Fix issue 22785: joiner should Unqual child ranges. (#8737)
* Fix issue 22785: `joiner` should `Unqual` child ranges.
This allows use with `immutable T[][]` and similar.

---------

Co-authored-by: Petar Kirov <petar.p.kirov@gmail.com>
2023-04-20 01:59:19 +03: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 Fix issue 22785: joiner should Unqual child ranges. (#8737) 2023-04-20 01:59:19 +03:00
mutation.d Fix typo in doc for std.algorithm.mutation.fill 2022-12-06 19:52:21 +01:00
package.d Fix Issue 20397 2023-02-01 00:44:25 +01:00
searching.d [std.algorithm.searching] Don't instantiate template pred in all and any constraints (#8715) 2023-04-10 19:10:18 +03: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