Crate vec_once

Source

Structs§

VecOnce
Iterates over a Vec, returning each element exactly once. Allows modification of the underlying data. That’s it.