[swift-evolution] Proposal: "if switch x case" and "for switch x case ... in"
Amir Michail
amichail at gmail.com
Sun Jan 10 18:58:35 CST 2016
Examples:
if switch x case 1…3 { … }
for switch x case .Some(_) in args { print(x!) }
More information about the swift-evolution
mailing list