On Thu, Jan 17, 2019 at 11:12 AM, Darin Adler <darin at apple.com> wrote: > Vector’s inline capacity feature was originally created as an > alternative to variable length arrays for most of the purposes people > would want to put them. Any advantages of this over std::array (which is widely-used in WebKit)?