SoA.this

Creates a structure of arrays instance with newLength elements.

struct SoA(T, alias Allocator = from!`std.experimental.allocator.gc_allocator`.GCAllocator)
nothrow
this
(
size_t newLength
)
if (
is(T == struct)
)

Meta