Vector.copy constructor

Vector.copy(
  1. Vector v
)

Implementation

Vector.copy(Vector v){
  throw('notimplimented');
}