cm0002@lemy.lol to Programmer Humor@programming.dev · 1 month agorustmaslemy.lolimagemessage-square6fedilinkarrow-up1307arrow-down14
arrow-up1303arrow-down1imagerustmaslemy.lolcm0002@lemy.lol to Programmer Humor@programming.dev · 1 month agomessage-square6fedilink
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·10 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!() }