In the RangefuncExperiment <https://go.dev/wiki/RangefuncExperiment> doc it 
says:

for k, v := range g { ... } // g has type Seq[K,V], k and v have types K 
and V

but shouldn't this be:

for k, v := range g { ... } // g has type Seq2[K,V], k and v have types K 
and V

Anyway, it looks interesting.

-- 
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/d5299dee-cabc-40a9-9c93-b9fd17149045n%40googlegroups.com.

Reply via email to