Macro swap

Source
macro_rules! swap {
    (mut $a:expr, mut $b:expr) => { ... };
}
Expand description

あ: 値の交換 - exchange of values