Hacker News new | ask | show | jobs
by the_af 4342 days ago
I think that's a problem with the conversion itself, not the implicits. How can an implicit generate garbage that could be avoided by explicitly calling the conversion?
1 comments

No, you are right. But I've encountered people that did not understand this. Implicit classes make it when less obvious especially as they were introduced at the same time as value classes.