[][src]Macro fool::xor

macro_rules! xor {
    ($head:expr, $($tail:expr),*$(,)?) => { ... };
    (option => $head:expr, $($tail:expr),*$(,)?) => { ... };
}