back

by Philpax·6mo ago·view on hn ↗
The type system does not require that. You can just discard the result:

  let _ = do_thing();
1 comments
Except that doesn’t work if you need to use the result…