How to call other variadic function with the same arguments?

Victor Porton porton at narod.ru
Sun Feb 24 13:09:15 UTC 2019


Let f be a variadic function:

Result f(...);

How to implement variadic function g which calls f with the same 
arguments as one it receives?

Result g(...) {
   // ...
}


More information about the Digitalmars-d-learn mailing list