No we should not support enum types derived from strings

Adam D. Ruppe destructionator at gmail.com
Fri May 7 18:18:36 UTC 2021


On Friday, 7 May 2021 at 18:17:31 UTC, Adam D. Ruppe wrote:
> void format(T...)(const char[] s, T args) {
>       format(asRangeOfDchar(s), args);
> }

oh i should have added of course you can do the wchar and dchar 
overloads here too. yeah yeah i know "DRY" but like it is a 
trivial forwarder, get over it.


More information about the Digitalmars-d mailing list