Function FlatMap.reserve

Requests that the container capacity be adapted to a planned change in size to a length of up to n elements.

void reserve (
  const size_t n
) nothrow scope;

More

btl.vector.Vector.reserve