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 14197f6 commit 47ad1d1Copy full SHA for 47ad1d1
stdlib/public/core/ArrayBody.swift
@@ -32,7 +32,7 @@ internal struct _ArrayBody {
32
(UInt(capacity) << 1) | (elementTypeIsBridgedVerbatim ? 1 : 0))
33
}
34
35
- /// In principle CountAndCapacity shouldn't need to be default
+ /// In principle ArrayBody shouldn't need to be default
36
/// constructed, but since we want to claim all the allocated
37
/// capacity after a new buffer is allocated, it's typical to want
38
/// to update it immediately after construction.
0 commit comments