Copying, element swapping, and merging functions Copy, swap, and merge the elements of two vectors. TopicsVector copying functionscopy(_:to:count:)copy(_:to:count:)Vector-to-vector element swapping functionsswapElements(_:_:)swapElements(_:_:)Vector-to-vector merging functionstaperedMerge(_:_:)taperedMerge(_:_:)taperedMerge(_:_:result:)taperedMerge(_:_:result:) See AlsoVector operationsCompression and gathering functionsReversing and sorting functions