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 9d866eb commit e395baaCopy full SHA for e395baa
stdlib/public/core/Dictionary.swift
@@ -2169,7 +2169,7 @@ extension Dictionary {
2169
/// considered identical.
2170
///
2171
/// - Performance: O(1)
2172
- @backDeployed(before: SwiftStdlib 6.3)
+ @_alwaysEmitIntoClient
2173
public func isIdentical(to other: Self) -> Bool {
2174
#if _runtime(_ObjC)
2175
if
stdlib/public/core/Set.swift
@@ -1672,7 +1672,7 @@ extension Set {
1672
/// with `==`, but not all equal sets are considered identical.
1673
1674
1675
1676
1677
1678
0 commit comments