Vector.this

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

Meta