Function 関数

NSNextHashEnumeratorItem(_:)

Returns the next hash-table element in the enumeration. 列挙の中の次のハッシュテーブル要素を返します。

Declaration 宣言

func NSNextHashEnumeratorItem(_ enumerator: UnsafeMutablePointer<NSHashEnumerator>) -> UnsafeMutableRawPointer?

Return Value 戻り値

The next element in the table that enumerator is associated with, or NULL if enumerator has already iterated over all the elements. テーブルの中の次の要素、それはenumeratorが結びつけられるものです、またはNULL、もしenumeratorが既に全ての要素にわたって反復してしまったならば。

See Also 参照

Related Documentation 関連文書