Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing wrong method documentation for SetAlgebra (see my rdar://22031…
…133) Spot the error: /// Return true iff `self.intersect(other).isEmpty`. @warn_unused_result func subtract(other: Self) -> Self … /// Return true iff `self.intersect(other).isEmpty`. @warn_unused_result func isDisjointWith(other: Self) -> Bool :wink:
- Loading branch information