Array.reserve

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void reserve(size_t n)
  2. void reserve(size_t n)
    struct Array(E, Ordering ordering = Ordering.unsorted, bool useGC = shouldAddGCRange!E, alias less = "a < b")
    pure nothrow @trusted @nogc
    static if(!(useGC))
    void
    reserve
    (
    size_t n
    )

Meta