[][src]Macro tract_core::element_map_with_params

macro_rules! element_map_with_params {
    ($Name:ident, [$($type:ty),*], {$($pname:ident : $pty:ty),*}, $eval_one:item) => { ... };
}