Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • C++
utility
std::exchange(x, v);
old, x = x, new

New implementation...
< >
pi