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 5ac3a65 commit 6953a7cCopy full SHA for 6953a7c
stdlib/public/core/InlineArray.swift
@@ -145,7 +145,7 @@ extension InlineArray where Element: ~Copyable {
145
@_transparent
146
internal var _protectedMutableAddress: UnsafeMutablePointer<Element> {
147
mutating get {
148
- unsafe UnsafeMutablePointer<Element>(Builtin.addressOf(&self))
+ unsafe UnsafeMutablePointer<Element>(Builtin.addressof(&self))
149
}
150
151
0 commit comments