phobos/std/format
Geod24 8d22e374fc std.format: Recognize sink with in parameters
When using `-preview=in`, `in` no more degrades to `const`,
and thus is not covariant with it, meaning some `toString`
signatures are no longer recognized.
This fixes it by testing for `in` parameters iff `-preview=in` is on.
2021-03-02 06:42:32 +01:00
..
internal std.format: Recognize sink with in parameters 2021-03-02 06:42:32 +01:00
package.d Move internal read stuff into internal submodule. 2021-02-18 10:16:51 +01:00