Avatar
@swift-5.0.3 let r1: ClosedRange<Int> = 1...10 let r2 = r1.dropFirst(1) print(type(of: r2))