Substracts the values of the second vector from the orignal vector, this function can be used to avoid garbage collection.
Subtracts vector A's components with the other vector.
If you don't want to set your vector to the result, and just return a new vector as the result. You can use a ' - ' operator to subtract two vectors from each other.