UniqueArray.opOpAssign

Append to the array

  1. void opOpAssign(Type other)
  2. void opOpAssign(Type[] other)
    struct UniqueArray(Type, Allocator = typeof(theAllocator))
    void
    opOpAssign
    (
    string op
    )
    (
    Type[] other
    )
    if (
    op == "~"
    )
    if (
    isAllocator!Allocator
    )
  3. void opOpAssign(UniqueArray other)

Meta