copy method

Vector copy(
  1. Vector v
)

Implementation

Vector copy(Vector v){
  throw('Not implimented in Vector type yet');
}