Contents

add(_:)

Adds a given object to the hash table.

Declaration

func add(_ object: ObjectType?)

Parameters

  • object:

    The object to add to the hash table.

See Also

Manipulating Membership