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
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
searching.d Add std.typecons.Rebindable2 for internal use. 2023-06-19 13:24:30 +02:00
setops.d
sorting.d algorithm/sorting: Fix typo introduced in PR #8678 2023-02-18 14:33:49 +00:00