[][src]Macro dyon::dyon_fn_pop

macro_rules! dyon_fn_pop {
    ($rt:ident $arg:ident : $t:ty) => { ... };
    ($rt:ident $arg:ident : $t:ty, $($args:tt : $ts:ty),+) => { ... };
}

This macro is used by some other Dyon macros.