Skip to content

Commit 54d2b6a

Browse files
authored
Merge pull request #31150 from valeriyvan/patch-3
Fixes info about internal _FixedArray16 in StandardLibraryProgrammersManual.md
2 parents a4d3261 + 97c9b71 commit 54d2b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/StandardLibraryProgrammersManual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ The standard library cannot import the Darwin module (much less an ICU module),
220220
221221
#### `_FixedArray`
222222
223-
The standard library has internal fixed size arrays of some limited sizes. This provides fast random access into contiguous (usually stack-allocated) memory. These are metaprogrammed based on size, so if you need a new size not currently defined, add it to the `sizes` gyb variable. See [FixedArray.swift.gyb](https://github.com/apple/swift/blob/master/stdlib/public/core/FixedArray.swift.gyb) for implementation.
223+
The standard library has internal array of fixed size 16. This provides fast random access into contiguous (usually stack-allocated) memory. See [FixedArray.swift](https://github.com/apple/swift/blob/master/stdlib/public/core/FixedArray.swift) for implementation.
224224
225225
#### Thread Local Storage
226226

0 commit comments

Comments
 (0)