Macro nuts_tool::say

source ยท
macro_rules! say {
    ($level:ident $($arg:tt)*) => { ... };
    ($($arg:tt)*) => { ... };
}