|
|
|
|
|
by proverbialbunny
1942 days ago
|
|
This is a pretty big deal. One benefit it gives is it's much easier to write code evaluated at compile time. Most Rust libraries use generics, so if you use a library, compile time support isn't usually available. By adding support for const generics compile time support can become widespread. |
|