createFixObjectFactory push -> function not found
-
@Christoph-Hart So how do we push a new object in the list?
Side question, can we preallocate for a max number of object?
I mean to create an empty list and push/delete new objects as they arrive... Possible with minimal overhead?
EDIT: createArray is a fixed size object... -
So it appears I should use a stack with the insert method instead. Mistake in the doc...