#how do you cleanly rehash std.AutoHashMapUnmanaged(K, V)
1 messages · Page 1 of 1 (latest)
its just std.hash.AutoContext(K) isnt it?
hmmmm
yeah that does seem to work but that feels really ugly that i have to do that
var ctx: std.hash_map.AutoContext(BufferId) = .{};
self.handles.rehash(&ctx);
that's only on the managed variant
ah yeah