Vector.this

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

Meta