macro_rules! arena_vec {
    ($this:expr; $($x:expr),*) => { ... };
}