UniqueArray.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opAssign(UniqueArray!(T, Allocator) other)
    struct UniqueArray(Type, Allocator = typeof(theAllocator))
    void
    opAssign
    (
    T
    )
    (
    UniqueArray!(T, Allocator) other
    )
    if (
    is(T : Type[])
    )
    if (
    isAllocator!Allocator
    )
  2. void opAssign(Type[] other)

Meta