macro_rules! simulator_iter_mut_virtual {
($simulator:ident, $position:ident, $node:ident, $body:expr) => { ... };
($simulator:ident, $position:ident, $node:ident, t => $t:expr, $body:expr) => { ... };
}macro_rules! simulator_iter_mut_virtual {
($simulator:ident, $position:ident, $node:ident, $body:expr) => { ... };
($simulator:ident, $position:ident, $node:ident, t => $t:expr, $body:expr) => { ... };
}