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

Meta