assert_commutative

Macro assert_commutative 

Source
macro_rules! assert_commutative {
    ($a:expr, $b: expr, $($tail: expr),*) => { ... };
    ($v:expr) => { ... };
}