void freeOnlyItems(T)(ref T container, IStr file = __FILE__, Sz line = __LINE__)
Frees only the items within the container without freeing the container itself. Calls free on each item, passing file and line if supported.
free
file
line