Function mz_expr::relation::canonicalize::flat_map_modify

source ยท
fn flat_map_modify<T, I, F>(v: &mut Vec<T>, f: F)
where F: FnMut(T) -> I, I: IntoIterator<Item = T>,
Expand description

Applies a flat_map on a Vec, and overwrites the vec with the result.