Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 266 Bytes

result.md

File metadata and controls

8 lines (5 loc) · 266 Bytes

Result<T, E>

Can't be ignored when returned from a function. The error type is some kind of exception so it can be thrown.

TODO: Perhaps you should have to use or explicitly ignore the return value of all functions. For example:

ignore Foo();