The class of collections that may grow or shrinking to accommodate adding or removing elements.
Stretchy collections allow element-setter to be called with a key that is not present in the collection, expanding the collection as necessary to add a new element in that case. Each concrete subclass of <stretchy-collection> must provide or inherit a method for element-setter the behaves as follows when there is not already an element present for the indicated key:
abstract free open