MaxSizeCollection.this

Creates a new max size collection.

struct MaxSizeCollection(T, size_t initMaxSize = 0)
static if(!initMaxSize)
this
(
size_t maxSize
)

Parameters

maxSize size_t

The maximum size of the collection.

Meta