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.
Copies the elements of the array to a different array.
func copy(into destination: XPCArray)The array to copy the elements into.