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 7c79b01 commit 0651f97Copy full SHA for 0651f97
swift-6-beta.docc/ReferenceManual/Attributes.md
@@ -2345,11 +2345,11 @@ struct ArrayBuilder {
2345
2346
### unchecked
2347
2348
-Apply this attribute to a protocol type
2349
-as part of a type declaration's list of adopted protocols
2350
-to turn off enforcement of that protocol's requirements.
+将此属性应用于协议类型,
+作为类型声明中采用的协议列表的一部分,
+以关闭对该协议要求的强制执行
2351
2352
-The only supported protocol is [`Sendable`](https://developer.apple.com/documentation/swift/sendable).
+唯一支持的协议是 [`Sendable`](https://developer.apple.com/documentation/swift/sendable)。
2353
2354
### usableFromInline
2355
0 commit comments