phobos/std/algorithm
2020-08-17 06:53:34 +02:00
..
comparison.d Make it so std.utf can be tested with no autodecoding. 2020-08-17 06:53:34 +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 Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
mutation.d Fix Issue 20869 - move is overly trusting of opPostMove 2020-05-29 13:35:07 +02:00
package.d Remove a few cases of underscore escaping 2018-06-04 13:05:01 +02:00
searching.d Replace is(Unqual!T == Unqual!U) with is(immutable T == immutable U) for speed & memory usage 2020-08-03 15:07:32 +02:00
setops.d Fix Issue 20943 - std.algorithm.setops.cartesianProduct fails for ranges with @system popFront (#7519) 2020-06-18 18:08:14 +09:00
sorting.d Fix issue - sort should move elements instead of copy... 2020-06-19 09:10:58 +02:00