template<int Char>
Alias struct
Keyword alias helper.
This struct is used to define both a type and a value for a keyword alias, which is a single character. Used for command-line arguments, e.g., –help, -h, where 'h' is the alias for keyword 'help'.