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)
    struct UniqueArray(Type, Allocator = typeof(theAllocator))
    static if(!(isGlobal))
    this
    (
    Allocator allocator
    ,
    size_t size
    )
    if (
    isAllocator!Allocator
    )
  6. this(Allocator allocator, size_t size, Type init)
  7. this(Allocator allocator, R range)
  8. this(UniqueArray!(T, Allocator) other)

Meta