Crate vec_mut_scan

Source
Expand description

Forward scan over a vector with mutation and item removal.

Structsยง

VecGrowScan
Forward scan over a vector with mutation, item insertion and removal.
VecGrowScanItem
Reference wrapper that enables item insertion and removal for VecGrowScan.
VecMutScan
Forward scan over a vector with mutation and item removal.
VecMutScanItem
Reference wrapper that enables item removal for VecMutScan.