Contents

NSCountMapTable(_:)

Returns the number of elements in a map table.

Declaration

func NSCountMapTable(_ table: NSMapTable<AnyObject, AnyObject>) -> Int

Parameters

  • table:

    A reference to a map table structure.

Return Value

The number of key-value pairs currently in table.

See Also

Functions