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...