swap

Macro swap 

Source
macro_rules! swap {
    ($a:ident, $b:ident) => { ... };
}