phobos/std/algorithm
Martin Kinkelin 5497b666e4 std.algorithm.sorting: Enable binary transform function for schwartzSort
Receiving the element's index in the original range as 2nd parameter.
2020-01-25 04:36:33 +01:00
..
comparison.d Fix Issue 10448 - min and max are not NaN aware 2019-10-21 11:40:09 +02:00
internal.d Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest 2020-01-19 14:05:17 +02:00
iteration.d Make one std.algorithm.iteration.map unittest @nogc 2020-01-22 12:51:02 +01:00
mutation.d Merge remote-tracking branch 'upstream/stable' into merge_stable 2019-08-05 08:51:49 +02:00
package.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
searching.d Fix Issue 11013 - ignoring variable inside the predicate of findSplitBefore 2019-11-14 17:32:08 +01:00
setops.d Fix Issue 10902 - some phobos unittests take an excessive amount of time 2019-11-12 20:21:03 +01:00
sorting.d std.algorithm.sorting: Enable binary transform function for schwartzSort 2020-01-25 04:36:33 +01:00