Alex to Programmer Humor@lemmy.ml • 1 year agoA week of fprintfs has me wanting to code rust next weeklemmy.mlimagemessage-square106fedilinkarrow-up11.06Karrow-down117
arrow-up11.04Karrow-down1imageA week of fprintfs has me wanting to code rust next weeklemmy.mlAlex to Programmer Humor@lemmy.ml • 1 year agomessage-square106fedilink
minus-squareYTG123linkfedilink8•1 year agoDidn’t it only recently get generics? How was stuff even done before then?
minus-square@AeonFelis@lemmy.worldlinkfedilinkEnglish6•1 year agointerface {} - which is the equivalent of C/C++’ void *.
deleted by creator
Didn’t it only recently get generics? How was stuff even done before then?
deleted by creator
interface {}
- which is the equivalent of C/C++’void *
.Amen. I couldn’t have said it better.