> Generic methods are now deprecated; they never worked well. As a constant user of them, I would say they actually worked just fine. What's the benefit of removing them? Just as a preparation for removing `method` altogether?
When I got into Nim I was pretty pleased to find that it even supports methods not attachable to base -- something you couldn't do in C++. I see why this has been deprecated some time ago. But deprecating generic methods in general leaves Nim even behind C++ and a whole class of problems don't have clear solution now in Nim.
