[][src]Macro compact_arena::in_arena

macro_rules! in_arena {
    ($name:ident, $e:expr) => { ... };
    ($name:ident / $cap:expr, $e:expr) => { ... };
}

Run a piece of code inside an arena

This may make it easier to see the scope (and was the old interface before I managed to fix the soundness problems).