Contents

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.

See Also

Related Documentation

Functions