9 ms·
Go has no built-in set data structure, you use map if you don’t want to bring in a third party. Maybe this is why?
by craigching 4y ago
Go has no built-in set data structure, you use map if you don’t want to bring in a third party. Maybe this is why?
- Ferret7446 4y agoA set of floats sounds like an equally questionable idea as a map of float keys, for the exact same reason.