struct DynamicArray(T, Allocator = GCAllocator, Capacity = size_t)
pragma(
inline, true) inout return scope
@
trusted => cast(T[])(opSlice()[]) = value inout(T)[]
opSliceAssign
if (
!
is(immutable
T == immutable
bool) &&
&&
isAllocator!Allocator
)
Slice assignment support.