Currently, vector seems to be used for 2 things:
- Data structures similar to C++'s
std::vector(resizable arrays) - Mathematical vectors (as used in e.g. computer graphics)
Should it be split?
|
Currently, vector seems to be used for 2 things:
Should it be split? |
|||||||||||||
|