copy method

Array copy()

Generate a copy of the current vector

Implementation

Array copy() => Array.fromArray(this);