The Go 1.18 implementation of generics is documented at https://github.com/golang/proposal/blob/master/design/generics-implementation-dictionaries-go1.18.md. Unified IR implements substantially the same idea, but there are some notable distinctions that would be worth preparing an updated design document to explain the implementation in full.
The Go 1.18 implementation of generics is documented at https://github.com/golang/proposal/blob/master/design/generics-implementation-dictionaries-go1.18.md. Unified IR implements substantially the same idea, but there are some notable distinctions that would be worth preparing an updated design document to explain the implementation in full.