Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps¶
Golang implements the type
Tuplein the standard librarygo/types, however,Tupleis NOT a first class citizen in Golang.Multiple return parameters in Golang is implemented via
Tuplein a limited way (sinceTuple