On Tuesday, 20 May 2025 at 09:33:40 UTC, Dejan Lekic wrote: > On Tuesday, 13 May 2025 at 09:04:07 UTC, Basile B. wrote: >> >> ```d >> (auto a, auto b) = call(); // two VarDeclExp in the LHS >> ``` > > Please no... If we can't have `auto (a, b) = call();` then we > better not have it at all... Why not allow both?