I want to have a function, with any type of vector as my function parameter
void vectorFunction(vector vec){ doSomething; }