I created a mini math vectors implementation.
What do you think about them?
Should I improve on something?
I thought about making an interface for them but it caused more harm than good, so excess redundancy 
vector.hpp: https://github.com/TracerDS/cpp-common-functions/blob/main/vector.hpp



