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 570c19b + e09b00e commit 0ac4fddCopy full SHA for 0ac4fdd
stdlib/public/core/Boolean.swift
@@ -40,7 +40,7 @@ public func || <T : Boolean, U : Boolean>(
40
41
// FIXME: We can't make the above @_transparent due to
42
// rdar://problem/19418937, so here are some @_transparent overloads
43
-// for Bool. We've done the same for ObjCBool
+// for Bool. We've done the same for ObjCBool.
44
@_transparent
45
@warn_unused_result
46
public func && <T : Boolean>(
0 commit comments