[swift-evolution] Yet another fixed-size array spitball session

Tino Heth 2th at gmx.de
Mon May 29 03:12:25 CDT 2017


I agree strongly that the syntax looks awkward — imho
var v: Vector<Int, size: 3>
would be a much better fit than
var v array 3 of Int

As much as I want to have "real" arrays, I don't think we should add new keywords for them.


More information about the swift-evolution mailing list