DynamicArray.opIndexAssign

Index assignment support.

struct DynamicArray(T, alias Allocator = null, CapacityType = size_t)
@safe pragma(inline) ref @trusted return
T
opIndexAssign
(
U
)
(
scope U value
,
size_t i
)
if (
!is(Unqual!T == bool) &&
(
is(CapacityType == ulong) ||
is(CapacityType == uint)
)
)

Meta