Macro clone

Source
macro_rules! clone {
    { $var:ident } => { ... };
}
Expand description

Shadow a variable with a clone of itself (in preparation for making closures)