Hi,
Is it possible to set a generic type parameter of "T array of any size" 
(not slice)? Something like:
func foo[A [...]T, T constraints.Integer](a A) {
  m := map[A]string{}
  ...
}

-- 
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/1c0d30fb-9de9-4083-a744-840771cf2be9n%40googlegroups.com.

Reply via email to