Re: [swift-evolution] Fixed-sized arrays

2016-07-02 Thread Daryle Walker via swift-evolution
> On Jun 26, 2016, at 2:20 AM, Félix Cloutier wrote: > > There have been proposals about that, revolving around creating a new tuple > syntax for fixed-size arrays, like (Int x 5), and adding a subscript to them. > IIRC, the sentiment was largely positive but people couldn't agree on the > spe

Re: [swift-evolution] Fixed-sized arrays

2016-06-25 Thread Félix Cloutier via swift-evolution
There have been proposals about that, revolving around creating a new tuple syntax for fixed-size arrays, like (Int x 5), and adding a subscript to them. IIRC, the sentiment was largely positive but people couldn't agree on the specific syntax. I pushed a little bit for CollectionType on these,

[swift-evolution] Fixed-sized arrays

2016-06-25 Thread Daryle Walker via swift-evolution
[I’ve seen the WWDC 2016 Keynote and State of the Platforms videos. I haven’t seen any others so I don’t spoil myself before typing my ideas down. Apologies if this has already been covered.] Is there any problem to adding fixed-sized arrays? From what I glanced here, it’s more like no one h