Contents

NSResetMapTable(_:)

Deletes the elements of the specified map table.

Declaration

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

Parameters

  • table:

    A reference to a map table structure.

Discussion

Releases each key and value but doesn’t deallocate table. This method is useful for preserving the capacity of table.

See Also

Related Documentation

Functions