fn reIndex(self: *Self, allocator: Allocator) !void
Rebuilds the key indexes. If the underlying entries has been modified directly, users can call reIndex to update the indexes to account for these new entries.
reIndex
self: *Self,
allocator: Allocator,