mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
`Builtin.FixedArray<let N: Int, T: ~Copyable & ~Escapable>` has the layout of `N` elements of type `T` laid out sequentially in memory (with the tail padding of every element occupied by the array). This provides a primitive on which the standard library `Vector` type can be built.
44 KiB
44 KiB