I see `Result` has been been opened up more widely...
# result
d
I see
Result
has been been opened up more widely somewhat recently. Yay! Are those who'd worked on it still paying attention here? I was wondering why constrain the error type to be
Throwable
instead of another generic parameter. Why
Result<T>
instead of
Result<T,E>
?
👍 2