set method

Vector set(
  1. num x,
  2. num y
)

Implementation

Vector set(num x, num y) {
  throw('Not implimented in Vector type yet');
}