Hacker News new | ask | show | jobs
by lsiebert 4771 days ago
I am not even sure what implementing it for a parametric type means... can someone point me to a link?
1 comments

Parametric type means to take the type as a parameter; parent was probably asked to use Generics in C# or Java or C++ templates.
Ah, ok