UniqueArray.opAssign

Assign from a slice.

  1. void opAssign(UniqueArray!(T, Allocator) other)
  2. void opAssign(Type[] other)
    struct UniqueArray(Type, Allocator = typeof(theAllocator))
    void
    opAssign
    (
    Type[] other
    )
    if (
    isAllocator!Allocator
    )

Meta