Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps¶
Golang does NOT have sets natively. github.com/deckarep/golang-set is a popular 3rd-party set implementation.
In [ ]: