vector.this

  1. this()
  2. this(DefaultConstruct )
    struct vector(T, Alloc)
    version(CppRuntime_Microsoft)
    extern (D) @nogc
    this
    (
    DefaultConstruct
    )
  3. this(size_t count)
  4. this(size_t count, T val)
  5. this(T[] array)

Meta