Avatar
@swift-5.1.5 let t = Int.self let a: [t] = [2, 3, 5] print(a.reduce(0, +)) // 10