Skip to content

Commit 2b7ac9c

Browse files
committed
Another code size experiment
1 parent c83ec00 commit 2b7ac9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stdlib/public/core/ContiguousArrayBuffer.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,9 @@ internal struct _ContiguousArrayBuffer<Element>: _ArrayBufferProtocol {
267267
/// method, you must either initialize the `count` elements at the
268268
/// result's `.firstElementAddress` or set the result's `.count`
269269
/// to zero.
270-
@inlinable
270+
//@inlinable
271+
@_alwaysEmitIntoClient
272+
@usableFromInline
271273
internal init(
272274
_uninitializedCount uninitializedCount: Int,
273275
minimumCapacity: Int,

0 commit comments

Comments
 (0)