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 b5c3c76 commit e77003bCopy full SHA for e77003b
stdlib/public/core/UnsafeBufferPointer.swift.gyb
@@ -29,9 +29,6 @@
29
/// instances stored in the underlying memory. However, initializing another
30
/// collection with an `${Self}` instance copies the instances out of the
31
/// referenced memory and into the new collection.
32
-// FIXME: rdar://18157434 - until this is fixed, this has to be fixed layout
33
-// to avoid a hang in Foundation, which has the following setup:
34
-// struct A { struct B { let x: UnsafeMutableBufferPointer<...> } let b: B }
35
@frozen // unsafe-performance
36
public struct Unsafe${Mutable}BufferPointer<Element> {
37
0 commit comments