Collection of C++ patterns, idioms, tricks, and other cool stuff.
Unpack pairs, tuples, and aggregates cleanly.
auto [x, y] = std::pair{1, 2};