<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><br></div><div>On May 29, 2017, at 22:03, Pavol Vaskovic via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org">swift-evolution@swift.org</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div>I'm sorry if I'm misunderstanding your proposal, but I think Swift already has "<span style="color:rgb(49,49,49);font-family:Helvetica,arial,sans-serif;font-size:14px;word-spacing:1px;background-color:rgb(255,255,255)">array types whose size is fixed at compile time"</span>&nbsp;called Tuple.</div></div></blockquote><br><div>Tuples don't support subscripting or protocol conformance. Or an easy syntax to declare/initialize them... `(Int, Int, Int, Int)` isn't *that* horrible compared to "[Int x 4]", but would you want to replace "[Int8 x 10000]" with the multipage-long tuple equivalent?</div><div><br></div><div>- Dave Sweeris&nbsp;</div></body></html>