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