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.
1 parent 57bbf14 commit 2aeaac7Copy full SHA for 2aeaac7
Sources/OrderedCollections/OrderedDictionary/OrderedDictionary+Invariants.swift
@@ -14,7 +14,7 @@ extension OrderedDictionary {
14
@inline(never) @_effects(releasenone)
15
public func _checkInvariants() {
16
precondition(_keys.count == _values.count)
17
- _keys.__unstable._checkInvariants()
+ self._keys._checkInvariants()
18
}
19
#else
20
@inline(__always) @inlinable
0 commit comments