Reading List

Swift 6.2 from Michael Tsai RSS feed.

Swift 6.2

Holly Borla: InlineArray is a new fixed-size array with inline storage for elements, which can be stored on the stack or directly within other types without additional heap allocation.[…]The new Span type offers safe, direct access to contiguous memory. Span maintains memory safety by ensuring the memory remains valid while you’re using it.[…]Swift 6.2 introduces […]