fn shrinkAndFree(self: *Self, new_len: usize) void
Shrinks the underlying Entry array to new_len elements and discards any associated index entries. Reduces allocated capacity.
Entry
new_len
self: *Self,
new_len: usize,