Crate vec_mut_scan
source ·Expand description
Forward scan over a vector with mutation and item removal.
Structs
- Forward scan over a vector with mutation, item insertion and removal.
- Reference wrapper that enables item insertion and removal for
VecGrowScan
. - Forward scan over a vector with mutation and item removal.
- Reference wrapper that enables item removal for
VecMutScan
.