Reading List

Swift Proposal: Integer Generic Parameters from Michael Tsai RSS feed.

Swift Proposal: Integer Generic Parameters

SE-0452 (via Steve Canon): Swift does not currently support fixed-size or fixed-capacity collections with inline storage. (Or at least, it doesn’t do so well, not without forming a struct with some specific number of elements and doing horrible things with withUnsafePointer to handle indexing.) Most of the implementation of something like a fixed-size array, or […]