Avatar
@swiftbot let a: Range<Int> = 1..<10 print(a.map { $0 * 2 })
🛠 1