arr(x,y) is fine.
And better than
arr[x][y]
… from a beginner’s point of view, imho.
Which suggests it can be implemented just as Vector was, using round brackets.
arr(x,y) is fine.
And better than
arr[x][y]
… from a beginner’s point of view, imho.
Which suggests it can be implemented just as Vector was, using round brackets.