alias sequences of sequences

Alex AJ at gmail.com
Sun Apr 7 04:58:13 UTC 2019


Is there any way to get sequences of sequences?

Using RT, I have to use strings

[[`string`, `0`], ...]

when it would be much better to use

[[string, 0], ...]

Ideally it wouldn't add so much overhead that it defeats the 
purpose.





More information about the Digitalmars-d-learn mailing list