Avatar
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. - apple/swift-evolution
3:06 AM
Imitating optional chaining A syntactically less disruptive approach, the idea of which is denoting an optional iteration by following the sequence expression with ?: let array: [Int]? = [1, 2, 3] for element in sequence? { ... }