Avatar
Avatar
kebo
また Azoy さんでした.固定長配列型の実装. https://github.com/swiftlang/swift/pull/76438
後追いで Azoy さんからなかなか読み応えのある pitch が出てました. https://forums.swift.org/t/vector-a-fixed-size-array/75264
Hi Evolution, with the recent pitch for Integer Generics, we finally have a way to express counts, capacities, and more for types. The most natural extension from that pitch in my opinion is finally letting Swift have fixed-size arrays. Here is my pitch for such a construct for the standard library. Please let me know what you think! Vector, a ...