Skip to content

Commit 2fde74a

Browse files
committed
wip: internalize _ContiguousArrayBuffer
1 parent b1281b7 commit 2fde74a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stdlib/public/core/ContiguousArrayBuffer.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ final class _ContiguousArrayStorage<Element> : _ContiguousArrayStorage1 {
183183
}
184184

185185
@_fixed_layout
186-
public // @testable
187-
struct _ContiguousArrayBuffer<Element> : _ArrayBufferProtocol {
186+
internal struct _ContiguousArrayBuffer<Element> : _ArrayBufferProtocol {
188187

189188
/// Make a buffer with uninitialized elements. After using this
190189
/// method, you must either initialize the `count` elements at the

0 commit comments

Comments
 (0)