#How to use StringHashMap as a String set
1 messages · Page 1 of 1 (latest)
you can get a value of type void like so: {}
🙏
though, in a std.StringHashMap you still need to deinitialise the keys yourself, as the map does not consider itself to own them - consider looking into std.BufSet
yeah i read that, its fine for my use case