macro_rules! hiss { () => { ... }; ($fmt:literal) => { ... }; ($fmt:literal, $($args:tt)*) => { ... }; }
–ꞈ–