phobos/std/algorithm
Arne 8c42ec9d8a
Check for sortedness must not use == (#7928)
Check for sortedness must not use `==`
merged-on-behalf-of: Razvan Nitu <RazvanN7@users.noreply.github.com>
2021-04-14 17:58:11 +02:00
..
comparison.d Replace approxEqual with isClose 2021-01-28 10:39:50 +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 Fix assigning size_t to int for "a=i" 2021-03-19 16:18:29 +00:00
mutation.d Get rid of std.conv.emplace[Ref](), use core[.internal].lifetime 2021-01-17 16:02:25 +01:00
package.d Fix Issue 13595 - added splitWhen (#7794) 2021-03-18 15:27:34 +01:00
searching.d Fix incorrect usage of "verify" in docs 2021-03-10 11:23:28 -05: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 Check for sortedness must not use == (#7928) 2021-04-14 17:58:11 +02:00