DynamicArray.withLengthElementValue

Construct using - initial length length, - and value of all elements elementValue.

struct DynamicArray(T, alias Allocator = null, CapacityType = size_t)
@safe pragma(inline) static
static if(__traits(isCopyable, T))
typeof(this)
withLengthElementValue
()
(
size_t length
,)
if (
!is(Unqual!T == bool) &&
(
is(CapacityType == ulong) ||
is(CapacityType == uint)
)
)

Meta