implement advance_(back_)_by on more iterators
This commit is contained in:
parent
6dc08b909b
commit
2c6e67105e
15 changed files with 375 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
#![feature(binary_heap_retain)]
|
||||
#![feature(binary_heap_as_slice)]
|
||||
#![feature(inplace_iteration)]
|
||||
#![feature(iter_advance_by)]
|
||||
#![feature(slice_group_by)]
|
||||
#![feature(slice_partition_dedup)]
|
||||
#![feature(vec_spare_capacity)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue