macro_rules! bitor { ($name:ident : $t:ty = $($rest:ident)|*) => { ... }; ($t:ty : $($rest:ident)|*) => { ... }; }