mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +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.
27 KiB
27 KiB