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 b1281b7 commit 2fde74aCopy full SHA for 2fde74a
stdlib/public/core/ContiguousArrayBuffer.swift
@@ -183,8 +183,7 @@ final class _ContiguousArrayStorage<Element> : _ContiguousArrayStorage1 {
183
}
184
185
@_fixed_layout
186
-public // @testable
187
-struct _ContiguousArrayBuffer<Element> : _ArrayBufferProtocol {
+internal struct _ContiguousArrayBuffer<Element> : _ArrayBufferProtocol {
188
189
/// Make a buffer with uninitialized elements. After using this
190
/// method, you must either initialize the `count` elements at the
0 commit comments