On Wednesday, 17 January 2018 at 19:43:03 UTC, Manu wrote: > I quite like C++ explicit unpacking (using ...), and I wouldn't > be upset to > see that appear here too. FWIW C++17 has structured binding: http://en.cppreference.com/w/cpp/language/structured_binding auto [x,y] = f()