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 570c19b commit e09b00eCopy full SHA for e09b00e
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