Is this possible?

Example:
----
void foo(Args...)(auto ref Args args) {
    sprintf(str.ptr, fmt.ptr, args);
}
----

Reply via email to