subtracting(_:)
Creates a new compression options object with the supplied options removed.
Declaration
func subtracting(_ options: NSUserInterfaceCompressionOptions) -> NSUserInterfaceCompressionOptionsParameters
- options:
A set of compression options to remove from the current object.
Return Value
A new NSCompressibleUserInterfaceOptions object with the supplied options removed.