[][src]Crate vec_mut_scan

Forward scan over a vector with mutation and item removal.

Structs

VecMutScan

Forward scan over a vector with mutation and item removal.

VecMutScanItem

Reference wrapper that enables item removal for VecMutScan.