Function swap

Swap values

void swap(T) (
  T* a,
  T* b
);