The "Approaches for fixed-size arrays" forum post mentions a potential new generic feature, allowing the size of a fixed array to be expressed in Swift's type system. I believe this feature may supersede ANKFullWidth's partitioning model. I need something that can be partitioned and scaled up and down in size statically - which is why I'm not using tuples.
The "Approaches for fixed-size arrays" forum post mentions a potential new generic feature, allowing the size of a fixed array to be expressed in Swift's type system. I believe this feature may supersede
ANKFullWidth's partitioning model. I need something that can be partitioned and scaled up and down in size statically - which is why I'm not using tuples.