|
|
|
|
|
by seertaak
182 days ago
|
|
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. |
|