Hi Evolution, with the recent pitch for Integer Generics, we finally have a way to express counts, capacities, and more for types. The most natural extension from that pitch in my opinion is finally letting Swift have fixed-size arrays. Here is my pitch for such a construct for the standard library. Please let me know what you think! Vector, a fixed-size array Proposal: SE-NNNN Authors: Alejandro Alonso Review Manager: TBD Status: Awaiting implementation Roadmap: Approaches for fixed-size arra...