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
Add implementation of deficiency handling algorithms for removals.
Key Changes:
- Implement deficiency correction methods
- Remove inlining from _Node.ensureUnique to better inline closures
- Add new computed properties to _Node.UnsafeHandle
Minor changes
- Added missing mutability checks to certain _Node.UnsafeHandle methods
- Remove unneeded _Node.UnsafeHandle.findValue(key:) method
- Allow _Node.UnsafeHandle.removeElement(at:) to be called on non-leaves
- Expand doc comments and fix typos
0 commit comments