InternalMaxSizeCollection.add

Adds an item to the collection.

struct InternalMaxSizeCollection(T, size_t initMaxSize = 0)
package
void
add
()

Parameters

item T

The item to add.

Meta