time_macros::quote

Macro sym

source
macro_rules! sym {
    ($ts:ident $x:tt $y:tt) => { ... };
    ($ts:ident $x:tt) => { ... };
}