Contents

removeObject(forKey:)

Removes a given key and its associated value from the map table.

Declaration

func removeObject(forKey aKey: KeyType?)

Parameters

  • aKey:

    The key to remove.

Discussion

Does nothing if aKey does not exist.

See Also

Manipulating Content