Expand description
Forward scan over a vector with mutation and item removal.
Structsยง
- VecGrow
Scan - Forward scan over a vector with mutation, item insertion and removal.
- VecGrow
Scan Item - Reference wrapper that enables item insertion and removal for
VecGrowScan
. - VecMut
Scan - Forward scan over a vector with mutation and item removal.
- VecMut
Scan Item - Reference wrapper that enables item removal for
VecMutScan
.