macro_rules! ascii { ($string:literal) => { ... }; }
Create an Ascii string from a literal in const-context.
Ascii