Avatar
@swift-5.7.3 @swift-5.6.3 let aaa: [Int] = [1, 2, 3] for case .some(let v) in aaa { print(v) } (edited)