We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6465d1 + f300622 commit 2b1b68fCopy full SHA for 2b1b68f
stdlib/public/core/NativeDictionary.swift
@@ -540,6 +540,7 @@ extension _NativeDictionary: _HashTableDelegate {
540
541
extension _NativeDictionary { // Deletion
542
@inlinable
543
+ @_effects(releasenone)
544
internal func _delete(at bucket: Bucket) {
545
hashTable.delete(at: bucket, with: self)
546
_storage._count -= 1
stdlib/public/core/NativeSet.swift
@@ -442,6 +442,7 @@ extension _NativeSet: _HashTableDelegate {
442
443
extension _NativeSet { // Deletion
444
445
446
internal mutating func _delete(at bucket: Bucket) {
447
448
0 commit comments