SoA._growthQ

Growth factor P/Q. https://github.com/facebook/folly/blob/master/folly/docs/FBVector.md#memory-handling

Use 1.5 like Facebook's fbvector does.

  1. enum _growthP;
  2. enum _growthQ;
    struct SoA(S, Capacity = size_t, Allocator = Mallocator)
    enum _growthQ = 2;

Meta