cm0002@lemy.lol to Programmer Humor@programming.dev · 1 month agorustmaslemy.lolimagemessage-square6linkfedilinkarrow-up1312
arrow-up1312imagerustmaslemy.lolcm0002@lemy.lol to Programmer Humor@programming.dev · 1 month agomessage-square6linkfedilink
minus-squaretrxxruraxvr@lemmy.worldlinkfedilinkarrow-up19·1 month agoIt’s ok as long as you first check there actually is some present
minus-squarefurry toaster@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·8 days agomatch result { presenr => print(“meow”) error(err) => panic!() }
It’s ok as long as you first check there actually is some present
ok()
match result { presenr => print(“meow”) error(err) => panic!() }