Skip to main content

ident

Macro ident 

Source
macro_rules! ident {
    ($n:literal) => { ... };
    ($s:ident) => { ... };
}