Contents

NSFreeMapTable(_:)

Deletes the specified map table.

Declaration

func NSFreeMapTable(_ table: NSMapTable<AnyObject, AnyObject>)

Parameters

  • table:

    A reference to a map table structure.

Discussion

Releases each key and value of the specified map table and frees the table itself.

See Also

Related Documentation

Functions