|
|
|
|
|
by lifthrasiir
663 days ago
|
|
Rust generics are much underpowered than C++ templates in order to make them an integral part of type system. Many practical C++ programmers avoid excessive template magics for that reason and also for simplicity, and Rust's restriction is essentially its codification. |
|