macro_rules! range { () => { ... }; ($only:literal) => { ... }; ($min:literal .. ) => { ... }; ($min:literal .. $max:literal) => { ... }; }