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

Not a type safe one that works on your own types.
You can't define a polymorphic function map, but you definitely could definitely define a map method for your own monomorphic container type.