any support for partial inference? (can't find/hit on syntax)

like...

```
func X[T Integer,U Integer](t T,u U){}
```

when, say, t can be inferred but not u.

looking for something like...

```
var a uint
 X[_,uint8]X(a,5)]()
```

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/334a47a1-6eb7-43b0-9bd8-444efdd86d2an%40googlegroups.com.

Reply via email to