Y
Hacker News
new
|
ask
|
show
|
jobs
by
tu7001
3426 days ago
I don't know go, can't you write a map in it?
1 comments
mattnewton
3426 days ago
Not a type safe one that works on your own types.
link
s_ngularity
3426 days ago
You can't define a polymorphic function map, but you definitely could definitely define a map method for your own monomorphic container type.
link