Printing Tuple!(...)[] using for loop?

Bastiaan Veelo Bastiaan at Veelo.net
Fri Jul 2 09:04:58 UTC 2021


On Friday, 2 July 2021 at 04:21:24 UTC, Kirill wrote:
> I have a `Tuple!(string, ..., string)[] data`

If there are only strings in the tuple, it could be simplified by 
making it a static array of strings instead. The compile-time 
index issue would go away.

—Bastiaan


More information about the Digitalmars-d-learn mailing list