Duplicates the vector, mantaing the type, variables' names and their value.
Performs a binary operation on the vector.
Converts the vector to the given one, mantaining the variables's value when possible.
Converts the vector into an array of the same size.
Compares the vector with another vector of the same length or with a single number.
Performs an assign operation on the vector, modifying it.
Performs an unary operation on the vector.
Converts the vector into a string for logging and debugging purposes.
Changes the vector's type.
Gets the vector's length.
Sets the vector's length.
Gets the vector as a constant tuple.
Vector for coordinates storing and operations.