Function 関数

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. 現在のtableの中の要素数。