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
/// Return a `Range<IndexSet.Index>` which can be used to subscript the index set.
351
351
///
352
-
/// The resulting range is the range of the intersection of the integers in `range` with the index set.
352
+
/// The resulting range is the range of the intersection of the integers in `range` with the index set. The resulting range will be `isEmpty` if the intersection is empty.
353
353
///
354
354
/// - parameter range: The range of integers to include.
0 commit comments