set abstract method

Vector set(
  1. int index,
  2. num value
)

Copies the vector, sets the value by the index and returns the vector

Implementation

Vector set(int index, num value);