Vector.this

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

Meta