Vector.this

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

Meta