Proposal Details

Support partial type inference for cases where some type params can't be inferred, for instance:

Foo[,U](5) // in place of Foo[int, U](5)

func Foo[T any, U any](t T) { ... }

Comment From: gabyhelp

Related Issues

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)

Comment From: sibber5

i just realiazed i selected the wrong template so ill close this and open again. new issue: #74957