Closed alexec closed 3 years ago
This PR primary adds Result<T,E>, also some tidy up.
Result<T,E>
This is based on:
Hmm. Does not work with os.File (or foo.Bar). That's a big downside.
os.File
foo.Bar
This PR primary adds
Result<T,E>
, also some tidy up.This is based on: