What's the best choice of data structure?
# getting-started
k
What's the best choice of data structure?
a
Any number of dimensions?
k
Currently 8 and 12 but I want to be able to have arbitrary positive dimensions ideally.
a
I would say probably a list, but if you make a new type,
Vector
you will have the option to change the internal representation later.