Put a new element val into the container
GrowingContainer!int container; container.put(10); assert(container[0] == 10);
See Implementation
Put a new element val into the container