term

Macro term 

Source
macro_rules! term {
    ($s:literal) => { ... };
    (unwrap $s:expr) => { ... };
    ($($t:tt)*) => { ... };
}
Expand description

「词项」的快捷构造宏