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 51bc273 + 7a157f9 commit 69392a7Copy full SHA for 69392a7
stdlib/public/core/Optional.swift
@@ -396,7 +396,7 @@ extension Optional: Equatable where Wrapped: Equatable {
396
/// - Parameters:
397
/// - lhs: An optional value to compare.
398
/// - rhs: Another optional value to compare.
399
- @inlinable
+ @_transparent
400
public static func ==(lhs: Wrapped?, rhs: Wrapped?) -> Bool {
401
switch (lhs, rhs) {
402
case let (l?, r?):
0 commit comments