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