vector.this

MSVC allocates on default initialisation in debug, which can't be modelled by D struct

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

Meta