Avatar
空の ClosedRange を作れなくて↓の r2 のようなケースが表現できないのかなと。 @swift-5.0.3 let r1 = 1...1 let r2 = r1.dropFirst(1) print(Array(r2))