Reading List
Introduction to Move-Only Types in Swift from Michael Tsai RSS feed.
Introduction to Move-Only Types in Swift
Tim Kientzle: I thought it would help to have an informal sketch to help outline why move-only types are interesting, clarify a few subtle points (like what “move” really means), and briefly explain some of the issues we’ll need to tackle in order to bring this to Swift. […] So the first step in bringing […]