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
In some previous PRs (#83, #85), we introduced the retain_mut helper function that permits the modification of the visited elements by giving a &mut of the elements. Now that the standard library Vec::retain function was rewritten and gives more than 20% performance improvement, it would be cool to patch our own function too!