Constraining Go type parameter pointers
A quick note on an FAQ about Go generics
Recent content on Mero's Blog
A quick note on an FAQ about Go generics
A supplementary post to my GopherConAU 2023 talk of the same title.
I describe how I did a clean, four-way merge of git repositories.
I describe four ways to express constraints for operators in generic Go code and the trade-offs involved.
I try to explain why the problem of calculating the exact contents of a type set in Go is harder than it might seem on the surface.