Avatar
@swift-5.7.3 let numbers: any Sequence<Int> = [2, 3, 5] print(numbers.reduce(0, +))