Contents

copy(into:)

Copies the keys and values of the dictionary to a different dictionary.

Declaration

func copy(into destination: XPCDictionary)

Parameters

  • destination:

    The dictionary to copy the keys and values into.

See Also

Creating a dictionary