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 1f2b626 commit e155caeCopy full SHA for e155cae
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