Comment on Writing C++ is easy.
TheQuantumPhysicist@programming.dev 1 year ago
Ever tried using typenum numerals in Rust? 😅
Try it and see the errors with something like typenum::U500
.
Comment on Writing C++ is easy.
TheQuantumPhysicist@programming.dev 1 year ago
Ever tried using typenum numerals in Rust? 😅
Try it and see the errors with something like typenum::U500
.
philm@programming.dev 1 year ago
Or deeply cascaded generic code with a lot of trait-bounds…