Macro flat_map_in_place

Source
macro_rules! flat_map_in_place {
    ($vec:ident $( where T: $bound:path)?) => { ... };
}