Vector.this

Undocumented in source.
  1. this(E[] elements)
  2. this(R range)
    struct Vector(E, Allocator = typeof(theAllocator))
    static if(isGlobal!Allocator)
    this
    (
    R
    )
    ()
    if (
    isInputRangeOf!(R, E)
    )
    if (
    isAllocator!Allocator
    )
  3. this(Allocator allocator, E[] elements)
  4. this(Allocator allocator, R range)
  5. this(R range)

Meta