clone method

Vector clone()

Implementation

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