<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><br class=""><blockquote type="cite" class=""><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Fixed-size arrays do not solve this particular issue that I've noted above.</span></div></blockquote></div>And I didn't say so ;-)<div class="">But generic value parameters would not only allow you to define fixed-size arrays, but also arrays with certain other properties:</div><div class="">Minimal size, maximal size… maybe even number of elements or other more complicated things.</div><div class="">(that is one reason why I think this is the best approach — its more versatile than the alternative)</div><div class=""><br class=""></div><div class="">I really hope that you find supporters for non-empty arrays - that would also be a strong motivation to add subtyping for arrays ;-) (struct NonEmptyArray: Array)</div></body></html>