DynamicArray.emplaceWithCopiedElements

Emplace thatPtr with elements copied from elements.

struct DynamicArray(T, Allocator = Mallocator, Capacity = size_t)
static ref @system
typeof(this)
emplaceWithCopiedElements
()
(,
scope const(T)[] elements
)
if (
__traits(isCopyable, T)
)
if (
!is(immutable T == immutable bool) &&
(
is(Capacity == ulong) ||
is(Capacity == uint)
)
&&
isAllocator!Allocator
)

Meta