fn orderedRemoveAt(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 shifting all elements forward, thereby maintaining the current ordering.

Parameters

self: *Self,
index: usize,