mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 06:00:35 +03:00
![]() 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. |
||
---|---|---|
.. | ||
interfaces.d | ||
package.d | ||
primitives.d |