Set.reserve

Resize hashtable such that the set can contain minSize elements without further resizing. Note that allocation still occurs on addition, even after using reserve.

struct Set(V)
void
reserve
(
size_t size
)

Meta