[][src]Macro grin_core::filter_map_vec

macro_rules! filter_map_vec {
    ($thing:expr, $mapfn:expr) => { ... };
}

Eliminates some of the verbosity in having iter and collect around every filter_map call.