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.
Adam D Ruppe via Digitalmars-d-learn Mon, 20 Dec 2021 13:56:15 -0800
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.