I implemented a `Result<T, F>` type using th...
# random
j
I implemented a
Result<T, F>
type using the similar approach as the
Result<T>
in the standard library. https://github.com/Jason5Lee/resukt