|
|
|
|
|
by coddle-hark
1990 days ago
|
|
I think map[T]bool is already a pretty good set; the only things you can do with sets are insertion, deletion, iteration and checking for existence and they're all well-supported. Of course, if you need a concurrent set you're right back in type system hell. |
|