Ten years of Try-Operator in #rust
Wow.
In the very beginning, I found it weird and resisted against that change. I was wrong, of course.
? is love, ? is life!
Ten years of Try-Operator in #rust
Wow.
In the very beginning, I found it weird and resisted against that change. I was wrong, of course.
? is love, ? is life!
try blocks now 😿You could say: We have try blocks at home: https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=a6e8275b7f638a19b7091499028ae2df
@musicmatze and of course it's great if the following happens:
result??
the code reads like "what am i even doing here" or "am i really sure that's a good idea" 