vec_mut_scan 0.2.0

Forward scan over a vector with mutation and item removal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Jannis Harder <me@jix.one>"]
categories = ["algorithms", "data-structures"]
description = "Forward scan over a vector with mutation and item removal"
edition = "2018"
keywords = ["vec", "retain", "drain", "drain_filter"]
license = "MIT OR Apache-2.0"
name = "vec_mut_scan"
readme = "README.md"
repository = "https://github.com/jix/vec_mut_scan"
version = "0.2.0"