Contents

NSEnumerateHashTable(_:)

Creates an enumerator for the specified hash table.

Declaration

func NSEnumerateHashTable(_ table: NSHashTable<AnyObject>) -> NSHashEnumerator

Return Value

An NSHashEnumerator structure that will cause successive elements of table to be returned each time this enumerator is passed to NSNextHashEnumeratorItem.

See Also

Related Documentation

Functions