Explore >> Select a destination


You are here

rhonabwy.com
| | iphoneincubator.com
9.0 parsecs away

Travel
| |
| | swift.org
12.5 parsecs away

Travel
| | It has been a longstanding goal to stabilize Swift's ABI on macOS, iOS, watchOS, and tvOS. While a stable ABI is an important milestone for the maturity of any language, the ultimate benefit to the Swift ecosystem was to enable binary compatibility for apps and libraries. This post describes what binary compatibility means in Swift 5 and how it will evolve in future releases of Swift.
| | pewpewthespells.com
9.4 parsecs away

Travel
| |
| | akrzemi1.wordpress.com
69.6 parsecs away

Travel
| This post has been inspired by the readers' questions about using concepts to solve real problems. We will have a look at two such problems and see if, and how, concepts can help. Case Study 1 My concept has two functions: one produces a value, and the other one later consumes this value: How to...