UniqueArray.this

Undocumented in source.
  1. this(size_t size)
  2. this(size_t size, Type init)
  3. this(R range)
  4. this(Allocator allocator)
  5. this(Allocator allocator, size_t size)
  6. this(Allocator allocator, size_t size, Type init)
  7. this(Allocator allocator, R range)
    struct UniqueArray(Type, Allocator = typeof(theAllocator))
    static if(!(isGlobal))
    this
    (
    R
    )
    (
    Allocator allocator
    ,)
    if (
    isInputRange!R
    )
    if (
    isAllocator!Allocator
    )
  8. this(UniqueArray!(T, Allocator) other)

Meta