On Wednesday, 29 June 2016 at 17:00:49 UTC, Guido wrote:

Tuple!(float, float, float) test;
Tuple!(float, float, float) [] array_data;

test[0] = 1.0;  // works
array_data[i][0] = 1.0; // doesn't work. Compile-time error, probably because the language itself doesn't have a dedicated


It works. Could you post the minimal example and error message it produces?

Reply via email to