Returns the size of the array
The size of the array
VectorArr arr({PVector(1, 2, 3), PVector(4, 5, 6)}); std::cout << arr.size() << std::endl; //Prints: 2