macro_rules! T_CS {
($text:literal) => { ... };
($text:expr_2021) => { ... };
}Expand description
macro for a command sequence token
macro_rules! T_CS {
($text:literal) => { ... };
($text:expr_2021) => { ... };
}macro for a command sequence token