vec_mut_scan 0.4.0

Forward scan over a vector with mutation and item removal
Documentation
1
2
3
4
5
6
7
8
9
# Changelog

## vec_mut_scan 0.4.0 (2021-01-17)

* Add `VecGrowScan` for arbitrary insertions and removals during iteration (contributed by Jakub Kądziołka)

## vec_mut_scan 0.3.0 (2020-09-08)

* Allow mutable access to all vector elements during iteration