macro_rules! global {
($($tokens: tt)*) => { ... };
}
Expand description
Get a global variable.
Variables with embedded “.” may not work.
macro_rules! global {
($($tokens: tt)*) => { ... };
}
Get a global variable.
Variables with embedded “.” may not work.