kenji hara:

> Experimental patch:
> https://github.com/9rnsr/dmd/compare/expandTuples...declarationTuple

I'll never accept this:

+    auto (i, j) = 10;
+    assert(i == 10);
+    assert(j == 10);

Bye,
bearophile

Reply via email to