UniqueArray.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  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