Y
Hacker News
new
|
ask
|
show
|
jobs
by
Philpax
126 days ago
The type system does not require that. You can just discard the result:
let _ = do_thing();
1 comments
scott_w
126 days ago
Except that doesn’t work if you need to use the result…
link