Reading List

Swift Prospective Vision: Accessors from Michael Tsai RSS feed.

Swift Prospective Vision: Accessors

John McCall (forum): However, this approach has significant problems. The biggest is that the get accessor has to return an independent value. If the accessor is just returning a value stored in memory, which is very common for data structures, this means the value has to be copied.[…]This vision document lays out the design space […]