specialize is a low-level tool to generate type-specialized code. It is a
convenience wrapper over text/template suitable for go generate. Unlike
many other template tools, it does not parse Go code and allows use of
text/template control within the template itself.