I'm only asking because I can't use it inside of a pragma(msg) call since CTFE can't do C-style variadic functions yet. Is `format` defined this way for performance reasons? (to avoid template bloat?)
- Why is std.string.format a c-style variadic function? Andrej Mitrovic
- Re: Why is std.string.format a c-style variadic ... Jonathan M Davis
- Re: Why is std.string.format a c-style varia... Andrej Mitrovic
- Re: Why is std.string.format a c-style variadic ... Jacob Carlborg
- Re: Why is std.string.format a c-style variadic ... Jacob Carlborg
- Re: Why is std.string.format a c-style varia... Andrej Mitrovic
- Re: Why is std.string.format a c-style varia... Steven Schveighoffer
- Re: Why is std.string.format a c-style v... Jacob Carlborg
- Re: Why is std.string.format a c-sty... Andrej Mitrovic
- Re: Why is std.string.format a c-style varia... Ellery Newcomer
- Re: Why is std.string.format a c-style v... Andrej Mitrovic