Skip to main content

quote

Macro quote 

Source
macro_rules! quote {
    (#$quoted:ident) => { ... };
    (#$quoted:ident $($rest:tt)+) => { ... };
    () => { ... };
    ($only:tt) => { ... };
    ($head:tt $($tail:tt)+) => { ... };
}