Array.this

Construct with length n.

  1. this(size_t n)
    struct Array(E, Ordering ordering = Ordering.unsorted, bool useGC = shouldAddGCRange!E, alias less = "a < b")
    pure @trusted nothrow
    static if(useGC)
    this
    (
    size_t n
    )
  2. this(size_t n)
  3. this(R values, bool assumeSortedParameter)

Meta