mud.container.growing

Undocumented in source.

Members

Structs

GrowingContainer
struct GrowingContainer(T, size_t size = 1000, Allocator = Mallocator)

A container of primitives of type T that automatically grows when necessary. The size parameter is the growth size

Meta