DynamicArray.this

No default construction if an allocator must be provided.

  1. this()
    struct DynamicArray(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T)
    @disable
    this
    ()
  2. this(Allocator allocator)

Meta