Add a try_reduce
method to the Iterator trait
This commit is contained in:
parent
ff2439b7b9
commit
aef59e4fb8
3 changed files with 109 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
#![feature(iter_intersperse)]
|
||||
#![feature(iter_is_partitioned)]
|
||||
#![feature(iter_order_by)]
|
||||
#![feature(iterator_try_reduce)]
|
||||
#![feature(const_mut_refs)]
|
||||
#![feature(const_pin)]
|
||||
#![feature(const_slice_from_raw_parts)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue