DynamicArray.withElements

Undocumented in source. Be warned that the author may not have intended to support it.
struct DynamicArray(T, alias Allocator = null, CapacityType = size_t)
@safe pragma(inline) static @trusted
static if(__traits(isCopyable, T) && !is(T == union))
typeof(this)
withElements
()
(
const T[] elements
)
if (
!is(Unqual!T == bool) &&
(
is(CapacityType == ulong) ||
is(CapacityType == uint)
)
)

Meta