Y
Hacker News
new
|
ask
|
show
|
jobs
by
xedrac
1134 days ago
Rust used to use the word try in a similar context, but was considered too noisy, and opted for ? instead, which I think worked out very well in practice.
1 comments
couchand
1134 days ago
Also, a postfix operator fits nicely with method chaining.
link