phobos/std/algorithm
Mathis Beer 10601cc046 Add std.typecons.Rebindable2 for internal use.
Rebindable2 is a simplified version of std.typecons.Rebindable that clears up every special case: classes, arrays and structs now have the same struct.
Whichever type you instantiate `Rebindable2` with, you always get the same type out by calling `value.get` on the resulting container.
Also use this type to simplify the parts of Phobos we previously used `Rebindable` for.
2023-06-19 13:24:30 +02:00
..
comparison.d Better std.algorithm.comparison.clamp error messages 2023-03-15 16:53:20 +01:00
internal.d Add explanatory comment to addressOf 2022-02-07 16:29:58 +00:00
iteration.d User hyperlinks to refer to bugzilla issues (#8766) 2023-06-16 14:45:44 +03:00
mutation.d User hyperlinks to refer to bugzilla issues (#8766) 2023-06-16 14:45:44 +03:00
package.d Fix Issue 20397 2023-02-01 00:44:25 +01:00
searching.d Add std.typecons.Rebindable2 for internal use. 2023-06-19 13:24:30 +02:00
setops.d Fix return scope in cartesianProduct Result.save 2022-03-09 15:37:09 +00:00
sorting.d algorithm/sorting: Fix typo introduced in PR #8678 2023-02-18 14:33:49 +00:00