Contents

NSCountHashTable(_:)

Returns the number of elements in a hash table.

Declaration

func NSCountHashTable(_ table: NSHashTable<AnyObject>) -> Int

Return Value

The number of elements currently in table.

See Also

Functions