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.