Contents

NSAllMapTableValues(_:)

Returns all of the values in the specified table.

Declaration

func NSAllMapTableValues(_ table: NSMapTable<AnyObject, AnyObject>) -> [Any]

Return Value

An array object containing all the values in table. This function should be called only when table values are objects, not when they’re any other type of pointer.

See Also

Related Documentation

Functions