Infinite arrays?
in
Programming Questions
•
2 years ago
Is it possible to create an array of infinite size, put a lot of stuff (objects) in there and then loop over the array, accessing however many objects there may be?
1