copy method

ArrayComplex copy()

Generate a copy of the current vector

Implementation

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