Skip to content

Commit e395baa

Browse files
committed
[stdlib] dictionary identical aeic
1 parent 9d866eb commit e395baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stdlib/public/core/Dictionary.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2169,7 +2169,7 @@ extension Dictionary {
21692169
/// considered identical.
21702170
///
21712171
/// - Performance: O(1)
2172-
@backDeployed(before: SwiftStdlib 6.3)
2172+
@_alwaysEmitIntoClient
21732173
public func isIdentical(to other: Self) -> Bool {
21742174
#if _runtime(_ObjC)
21752175
if

stdlib/public/core/Set.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ extension Set {
16721672
/// with `==`, but not all equal sets are considered identical.
16731673
///
16741674
/// - Performance: O(1)
1675-
@backDeployed(before: SwiftStdlib 6.3)
1675+
@_alwaysEmitIntoClient
16761676
public func isIdentical(to other: Self) -> Bool {
16771677
#if _runtime(_ObjC)
16781678
if

0 commit comments

Comments
 (0)