MaliciousKebab to Programmer Humor@programming.devEnglish · 2 years agoWriting C++ is easy.imagemessage-square81fedilinkarrow-up11.08Karrow-down120
arrow-up11.06Karrow-down1imageWriting C++ is easy.MaliciousKebab to Programmer Humor@programming.devEnglish · 2 years agomessage-square81fedilink
minus-squareTheQuantumPhysicist@programming.devlinkfedilinkEnglisharrow-up7arrow-down1·2 years agoEver tried using typenum numerals in Rust? 😅 Try it and see the errors with something like typenum::U500.
minus-squarephilm@programming.devlinkfedilinkEnglisharrow-up4·2 years agoOr deeply cascaded generic code with a lot of trait-bounds…
Ever tried using typenum numerals in Rust? 😅
Try it and see the errors with something like
typenum::U500
.Or deeply cascaded generic code with a lot of trait-bounds…