DynamicArray.emplaceWithMovedElements

Emplace thatPtr with elements moved from elements.

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

Meta