Transform static immutable string array to tuple.

realhet real_het at hotmail.com
Sun Feb 19 11:08:34 UTC 2023


Hello,

Is there a better way to transform a string array to a tuple or 
to an AliasSeq?

```
mixin(customSyntaxPrefixes.format!`tuple(%(%s,%))`)
```

I'd like to use this as variable length arguments passed to the 
startsWith() std function (as multiple needles).



More information about the Digitalmars-d-learn mailing list