union(_:)
Creates a new compression options object representing the union with the provided options.
Declaration
func union(_ options: NSUserInterfaceCompressionOptions) -> NSUserInterfaceCompressionOptionsParameters
- options:
A set of compression options to add to the current object.
Return Value
A new NSCompressibleUserInterfaceOptions object which represents the union with the supplied compression options.