On Sunday, 22 February 2015 at 17:09:27 UTC, Foo wrote: > Is this possible? > > Example: > ---- > void foo(Args...)(auto ref Args args) { > sprintf(str.ptr, fmt.ptr, args); > } > ---- yes