Macro add_elements

Source
macro_rules! add_elements {
    [$scene:ident: $($type:ty{$($parameter:expr),*}),+] => { ... };
}