Fixed-Size Array Manifesto
Introduction
This manifesto outlines a plan to add compound types corresponding to fixed-size scoped-storage homogenous containers.
Motivation/Goals
- Bring a fixed-size, scoped-storage array type to Swift
- Use declaration and dereference syntax similar to
Array
. Possibly other members too.