Avatar
Avatar
omochimetaru
フォーラムでは動きないけどなんだろうね
固定長配列関連では Forums とか別 Discord コミュニティとかで度々議論に上がってるのを見かけますね.(Azoy さんの動機がそれかどうかはわかりませんがテストコードの固定長 Vector とかをみる限り意識はしてそう) https://forums.swift.org/t/approaches-for-fixed-size-arrays/58894
We're looking into how best to give Swift the equivalent functionality of fixed-size arrays in C or other systems languages. Here are some directions I've been considering, and I'd love to hear the community's ideas and reactions: Tuples as fixed-size arrays This was the approach outlined in our most recent pitch on the subject: we already use...