This pull requests changes the core.io.Stream abstraction to use Result types for return values, instead of multiple return values. This is more consistent with the rest of the standard library and self-explanatory to the meaning of the return values.
This pull requests changes the
core.io.Stream
abstraction to useResult
types for return values, instead of multiple return values. This is more consistent with the rest of the standard library and self-explanatory to the meaning of the return values.