Avatar
↓もできるイメージ switch foo { case .Bar(let a, _): ... case .Baz(let a, _, let c): ... case .Qux(let a, _, let d, _): ... }