サぺル to Rust · edit-22 years agolet elsemessage-squaremessage-square2fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squarelet elseサぺル to Rust · edit-22 years agomessage-square2fedilinkfile-text
let Ok(foo) = do_something() else { // Do some error handling, maybe log a warning, maybe skip this item and continue... };
minus-squareサぺルOPlinkfedilinkarrow-up1·2 years agoPrzypomina Pythonowe a = 10 if True == False else 20, ale ludzie od programowania funkcyjnego pisali, że to jest coś ważnego. Zostało mi jeszcze przeczytać co to są GAT.
Widziałem, całkiem fajna konstrukcja.
Przypomina Pythonowe
a = 10 if True == False else 20
, ale ludzie od programowania funkcyjnego pisali, że to jest coś ważnego.Zostało mi jeszcze przeczytać co to są GAT.