Consider the following vector struct:
struct Vec3([f64; 3]);
I\'d like to be able to use the + operator when dealing with these
+