macro_rules! scope { ($name:expr) => { ... }; ($name:expr, $body:expr) => { ... }; }
perf
Opens a scope.