Auton operator+(const char* name, std::vector<int> arr)
Generates an auton from the name and SelectorArr values;
Parameters
name - The name of the auton. arr - The SelectorArr values to attach to the auton.
Returns
A new auton
Example
Auton skillsAuton = "Skills" + vector<int>({3, 4});