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 6158b3a + e155cae commit d709ebeCopy full SHA for d709ebe
stdlib/public/core/Bool.swift
@@ -217,6 +217,7 @@ extension Bool {
217
/// - Parameters:
218
/// - lhs: The left-hand side of the operation.
219
/// - rhs: The right-hand side of the operation.
220
+ @_transparent
221
@inline(__always)
222
public static func && (lhs: Bool, rhs: @autoclosure () throws -> Bool) rethrows
223
-> Bool{
@@ -256,6 +257,7 @@ extension Bool {
256
257
258
259
260
261
262
public static func || (lhs: Bool, rhs: @autoclosure () throws -> Bool) rethrows
263
-> Bool {
0 commit comments