Suppose I want to write a function over any list like container (histogram, 
reverse...) how can I? Java requires special code if you want to process arrays 
— thus most code takes Lists, and accepting an array (eg a vararg) is likely to 
lead to a copy into a list at some point. Is go fated to inherit this sort of 
awkwardness? 

-- 
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/50455558-d7fa-4089-ab1a-ce0adbd80c20o%40googlegroups.com.

Reply via email to