Macro grin_core::filter_map_vec

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

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