Contents

remove(_:)

Removes a given object from the hash table.

Declaration

func remove(_ object: ObjectType?)

Parameters

  • object:

    The object to remove from the hash table.

See Also

Manipulating Membership