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
I think it would be good to implement a mutable iterator, such that one can modify Priorities and also Items in a way that don't affect the result of hash and eq. My idea is that, when the iterator goes out of scope, the heap can be rebuilt, exploiting the effect of the Drop trait.
I find myself in a use case in which I need to change many (possibly all) priorities at once. So, maybe a
The text was updated successfully, but these errors were encountered: