How to properly use variadic templates (functions)?

Adam D Ruppe destructionator at gmail.com
Mon Dec 20 21:49:59 UTC 2021


On Monday, 20 December 2021 at 21:26:45 UTC, rempas wrote:
>   // Suppose all 'args' are of type "string" for this example

still use

foreach(arg; args)

and skip that index variable.


More information about the Digitalmars-d-learn mailing list