7 ms·When I was learning Rust, unwrap felt like cheatingby user249 4y agoWhen I was learning Rust, unwrap felt like cheatinggrumpyprole 4y agoIt is! :) Perhaps the name could have made it more obvious: e.g. "get_or_fail"scotty79 4y agoIt could be named .ordie() like php idiom from olden times.yakubin 4y agoI associate it more with Perl. A quick search reveals Perl to be older than PHP by 7 years, so I'd guess it's a Perl idiom borrowed by PHP.