Contents

copy(into:)

Copies the elements of the array to a different array.

Declaration

func copy(into destination: XPCArray)

Parameters

  • destination:

    The array to copy the elements into.

See Also

Creating an array