Logo

Programming-Idioms

  • C
  • Java
  • PHP
old, x = x, new
utility
std::exchange(x, v);

New implementation...
< >
pi