Contents

NSEnumerateMapTable(_:)

Creates an enumerator for the specified map table.

Declaration

func NSEnumerateMapTable(_ table: NSMapTable<AnyObject, AnyObject>) -> NSMapEnumerator

Parameters

  • table:

    A reference to a map table structure.

Return Value

An NSMapEnumerator structure that will cause successive key-value pairs of table to be visited each time this enumerator is passed to NSNextMapEnumeratorPair.

See Also

Related Documentation

Functions