fn swapRemoveAt(self: *Self, index: usize) void
Deletes the item at the specified index in entries from the hash map. The entry is removed from the underlying array by swapping it with the last element.
entries
self: *Self,
index: usize,