You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
async-std/src/result
Yoshua Wuyts 6c1b5eb3ed
Merge pull request #667 from olegnn/option_take_while
Use `take_while` instead of `scan` in `impl` of `Product`, `Sum` and `FromStream` for `Option` and `Result`
5 years ago
..
from_stream.rs Merge pull request #667 from olegnn/option_take_while 5 years ago
mod.rs Add `Stream::sum()` and `Stream::product()` implementations 5 years ago
product.rs Rewrote `Result`s implementation using `take_while` and `filter_map` 5 years ago
sum.rs Rewrote `Result`s implementation using `take_while` and `filter_map` 5 years ago