SoA.insertBack

Given an argument of type T or argument sequence of type Fields!T, inserts the fields of T at the back of the container.

struct SoA(T, alias Allocator = from!`std.experimental.allocator.gc_allocator`.GCAllocator)
nothrow @safe
void
insertBack
(
Args...
)
(
auto ref Args args
)
if (
is(Args == from!`std.meta`.AliasSeq!T) ||
is(Args == Fields)
)
if (
is(T == struct)
)

Meta