Skip to content

Commit

Permalink
fixup! [HashTreeCollections] Add TreeDictionary.combining(_:by:)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Apr 11, 2023
1 parent c3bf047 commit b4c3515
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ extension _HashNode {
extension _HashNode {
@inlinable
internal func removing(
_ level: _Level, _ bucket: _Bucket
_ level: _HashLevel, _ bucket: _Bucket
) -> (removed: Builder, replacement: Builder) {
read { handle in
assert(!handle.isCollisionNode)
Expand All @@ -92,7 +92,7 @@ extension _HashNode {
}
}

extension _Node {
extension _HashNode {
@inlinable
internal mutating func remove(
_ level: _HashLevel, at path: _UnsafePath
Expand Down

0 comments on commit b4c3515

Please sign in to comment.