DynamicArray.withElementsOfRange_untested

Construct from the elements values.

struct DynamicArray(T, alias Allocator = null, CapacityType = size_t)
@safe pragma(inline) static @trusted
typeof(this)
withElementsOfRange_untested
(
R
)
()
if (
isInsertableContainer!R
)
if (
!is(Unqual!T == bool) &&
(
is(CapacityType == ulong) ||
is(CapacityType == uint)
)
)

Meta