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 fefc045 commit 2b63da1Copy full SHA for 2b63da1
stdlib/public/core/String.swift
@@ -1126,7 +1126,7 @@ extension String {
1126
/// identical.
1127
///
1128
/// - Performance: O(1)
1129
- @backDeployed(before: SwiftStdlib 6.3)
+ @_alwaysEmitIntoClient
1130
public func isIdentical(to other: Self) -> Bool {
1131
self._guts.rawBits == other._guts.rawBits
1132
}
stdlib/public/core/Substring.swift
@@ -1400,7 +1400,7 @@ extension Substring {
1400
1401
1402
1403
1404
1405
self._wholeGuts.rawBits == other._wholeGuts.rawBits &&
1406
self._offsetRange == other._offsetRange
0 commit comments