fn ensureUnusedCapacity(self: *Self, additional_count: usize) !void
Increases capacity, guaranteeing that insertions up until additional_count more items will not cause an allocation, and therefore cannot fail.
additional_count
self: *Self,
additional_count: usize,