phobos/std/algorithm
Steven Schveighoffer 637ba8560e Fix issue 20732. Do not invoke any complex copy construction for
std.algorithm.mutation.swap for the temporary.
2020-04-13 11:33:54 -04:00
..
comparison.d Replace .staticArray with explicit declarations 2020-03-19 16:18:53 +01: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 std.algorithm.iteration: Fix typo. 2020-03-14 19:13:45 +01:00
mutation.d Fix issue 20732. Do not invoke any complex copy construction for 2020-04-13 11:33:54 -04: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 Enable @safe on cartesianProduct's Result.popFront 2020-04-13 02:34:16 +09:00
sorting.d Remove version(assert) from TimSort 2020-04-09 19:06:35 +02:00