DynamicArray.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(T value)
  2. void opOpAssign(U[] values)
  3. void opOpAssign(R values)
  4. void opOpAssign(typeof(this) values)
    struct DynamicArray(T, Allocator = Mallocator, Capacity = size_t)
    void
    opOpAssign
    (
    string op
    )
    (
    auto ref typeof(this) values
    )
    if (
    op == "~"
    )
    if (
    !is(immutable T == immutable bool) &&
    (
    is(Capacity == ulong) ||
    is(Capacity == uint)
    )
    &&
    isAllocator!Allocator
    )

Meta