Contents

NSAllMapTableKeys(_:)

Returns all of the keys in the specified map table.

Declaration

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

Return Value

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

See Also

Related Documentation

Functions