inverse()
Returns a new region that’s the mathematical inverse of the current region.
Declaration
func inverse() -> SelfReturn Value
A new region whose contents include all points that are not in the current region.
Discussion
The inverse of the infinite region is an empty region.