init(keyOptions:valueOptions:)
Returns a new map table, initialized with the given options
Declaration
init(keyOptions: NSPointerFunctions.Options = [], valueOptions: NSPointerFunctions.Options = [])Parameters
- keyOptions:
A bit field that specifies the options for the keys in the map table. For possible values, see Nsmaptableoptions.
- valueOptions:
A bit field that specifies the options for the values in the map table. For possible values, see Nsmaptableoptions.
Return Value
A new map table, initialized with the given options.