macro_rules! sem { ($name: ident, $count: expr, $max: expr) => { ... }; ($name: ident, $count: expr) => { ... }; ($name: ident) => { ... }; }