Comment on The choice between Rust and C-derived languages is not only about memory safetyparentComments−seertaak8moC != C-derived languagesIn C++ this was possible already in C++03.OTOH, it wasn't until recently that you were able to write something like `std::array<T, N>` in rust. Even now, there are restrictions on the kinds of expressions that N can be.Just pointing out that this cuts both ways.
Comments
C != C-derived languages
In C++ this was possible already in C++03.
OTOH, it wasn't until recently that you were able to write something like `std::array<T, N>` in rust. Even now, there are restrictions on the kinds of expressions that N can be.
Just pointing out that this cuts both ways.