Simultaneously assigning to all values in a tuple

Jamie notme at gmail.com
Thu Mar 28 00:29:31 UTC 2019


Is it possible to assign to all values in a tuple at once if they 
are the same type?
I.e.

Tuple!(double, "x", double, "y") t;
t[] = 1.0;



More information about the Digitalmars-d-learn mailing list