Transform static immutable string array to tuple.

realhet real_het at hotmail.com
Sun Feb 19 12:55:06 UTC 2023


Awesome, Thank both of you!

```
     enum a = ["A", "B"];
     writeln(a);
     writeln(aliasSeqOf!a);
     writeln([aliasSeqOf!a]);
```


More information about the Digitalmars-d-learn mailing list