Olaoluwa Osuntokun f1a38714d4
fn: add additional utility methods for Result[T]
`NewResult` makes it easy to wrap a normal function call in a result
value.

`Err` can be used to check the error case of the result without
unpacking the entire thing.

`AndThen2` allows a caller to compose a function on two results values,
with the closure only executing if both values are non-error.
2024-06-20 15:05:28 -07:00
..
2024-01-23 19:09:36 -08:00
2024-01-23 19:09:42 -08:00
2024-03-02 11:43:07 -08:00
2024-03-02 11:43:07 -08:00
2024-05-10 09:55:16 +01:00
2024-05-10 09:55:16 +01:00
2024-01-23 19:09:45 -08:00
2024-01-23 19:09:50 -08:00
2024-01-23 19:09:53 -08:00