Vector.this

Undocumented in source.
  1. this(size_t size)
  2. this(S[] data)
  3. this()
  4. this(size_t size, Allocator alloc)
    struct Vector(T, Allocator = Mallocator, bool addInGC = true)
    static if(!(StaticAlloc!Allocator))
    this
    (
    size_t size
    ,
    Allocator alloc
    )
    if (
    is(T == Unqual!T)
    )
  5. this(S[] data, Allocator alloc)
  6. this(Allocator alloc)

Meta