You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// An empty protocol defining a type that conforms to `RangeExpression<Int>`.
174
+
///
175
+
/// In the future, when our minimum deployment target supports casting a value
176
+
/// to a constrained existential type ([SE-0353](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0353-constrained-existential-types.md#effect-on-abi-stability)),
177
+
/// we can remove this protocol and cast to `RangeExpression<Int>` instead.
0 commit comments