mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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.
114 KiB
114 KiB