DynamicArray.emplaceWithCopiedElements

Emplace thatPtr with elements copied from elements.

struct DynamicArray(T, alias Allocator = null, CapacityType = size_t)
@safe pragma(inline) static ref @system
typeof(this)
emplaceWithCopiedElements
()
(,
const(T)[] elements
)
if (
__traits(isCopyable, T)
)
if (
!is(Unqual!T == bool) &&
(
is(CapacityType == ulong) ||
is(CapacityType == uint)
)
)

Meta