union(_:)
Returns the smallest volumetric entity that contains the two source entities.
Declaration
func union(_ other: Self) -> SelfParameters
- other:
The second primitive.
Discussion
Returns The union of
selfandother.
Returns the smallest volumetric entity that contains the two source entities.
func union(_ other: Self) -> SelfThe second primitive.
Returns The union of self and other.