How can I push out objects?
In java it’s: myArrayList.get(index);
How should I do it on here?
How can I push out objects?
In java it’s: myArrayList.get(index);
How should I do it on here?
An array list will not “push” out the object, but you can retrieve a reference in an array list like this: