Reading List
Lifetime Dependencies in Swift 6.2 and Beyond from Michael Tsai RSS feed.
Lifetime Dependencies in Swift 6.2 and Beyond
John McCall: SE-0446 added basic language support in Swift for non-escapable types, whose values are restricted in scope. However, it intentionally left out the ability for functions and properties to return values of these types, pending a future proposal to add lifetime dependencies. The design and implementation of that proposal is still in progress. In […]