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
The B-Tree impl in #1045 is a copy-paste-fix from the Vec impl. There is opportunity for refactoring and sharing most of the methods. Define a MinOps trait with what methods should be implemented, and add default impls when possible.
The B-Tree impl in #1045 is a copy-paste-fix from the Vec impl. There is opportunity for refactoring and sharing most of the methods. Define a
MinOps
trait with what methods should be implemented, and add default impls when possible.(punted from #1045 (comment))
The text was updated successfully, but these errors were encountered: