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;

Reply via email to