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.
2 parents d6d6f4f + 47ad1d1 commit 260611eCopy full SHA for 260611e
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