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)
  3. void opOpAssign(UniqueArray other)
    struct UniqueArray(Type, Allocator = typeof(theAllocator))
    void
    opOpAssign
    (
    string op
    )
    if (
    op == "~"
    )
    if (
    isAllocator!Allocator
    )

Meta