GrowingContainer.this

Copying is disabled

struct GrowingContainer(T, size_t size = 1000, Allocator = Mallocator)
@disable
this
(
GrowingContainer!(T, size, Allocator) rhs
)
if (
__traits(isPOD, T) ||
__traits(isArithmetic, T)
)

Meta