Array.this

Construct from InputRange values. If values are sorted assumeSortedParameter is true.

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

Meta