Implement stream methods
SabrinaJewson opened this issue · 0 comments
SabrinaJewson commented
The following methods on StreamExt
aren't implemented but probably should be:
-
zip
-
enumerate
-
peekable
-
scan
-
flat_map
-
flatten
-
inspect
-
by_ref
-
partition
-
try_fold
-
try_for_each
-
find
-
find_map
-
position
-
max
-
min
-
max_by_key
-
max_by
-
min_by_key
-
min_by
-
unzip
-
cycle
-
cmp
-
partial_cmp
-
eq
-
ne
-
lt
-
le
-
gt
-
ge