Array.compress

Pack/Compress storage.

  1. void compress()
    struct Array(E, Ordering ordering = Ordering.unsorted, bool useGC = shouldAddGCRange!E, alias less = "a < b")
    pure nothrow @trusted
    static if(useGC)
    void
    compress
    ()
  2. void compress()

Meta