You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call it, say, fold_mut. Essentially, fold_mut is to FnMut(&mut B, T) as fold is to FnMut(B, T) -> B. This solves the annoying case of having to write code like the fast_union function below.