phobos/std/algorithm
Nathan Sashihara d2be197208 Remove unnecessary check-and-initialize in std.alorithm.internal.rndstuff
The check-and-initialize pattern dates back to when `rnd` was seeded
with `unpredictableSeed`. With a fixed seed that's unnecessary.
2019-05-17 20:14:52 -04:00
..
comparison.d Fix Issue 19412 - std.algorithm.cmp with default ordering can use memcmp for all size 1 unsigned types 2019-03-08 19:52:21 -05:00
internal.d Remove unnecessary check-and-initialize in std.alorithm.internal.rndstuff 2019-05-17 20:14:52 -04:00
iteration.d Fix wrong code formatting 2019-05-04 16:36:43 -04:00
mutation.d Consolidate overloads of copy() 2019-03-27 22:28:59 -04:00
package.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
searching.d Revert "Decrease template instantiation in std.algorithm.searching : all & any" 2019-05-01 15:46:44 -04:00
setops.d adjust setops.cartesianProduct() for dip1000 2019-02-23 23:27:25 -08:00
sorting.d schwartzSort: added test actually checking the ordering 2019-05-11 09:15:52 +01:00