fn clearRetainingCapacity(self: *Self) void
Empty the map, but keep the backing allocation for future use. This does not free keys or values! Be sure to release them if they need deinitialization before calling this function.
self: *Self,