|
|
|
|
|
by zozbot234
2353 days ago
|
|
The closest Rusty feature to C++ templates is most likely macros. I don't think even const generics, specialization etc. (which are WIP anyway at the moment) would be enough to replicate templates in the fully general case. |
|