go/src/cmd/compile/internal/typecheck/iexport.go

const blankMarker

// TparamName returns the real name of a type parameter, after stripping its
// qualifying prefix and reverting blank-name encoding. See TparamExportName
// for details.
func TparamName(exportName string) string {}

const LocalDictName