mirror of
https://github.com/sls1005/moveiterators
synced 2026-01-14 13:31:38 +00:00
No description
| src | ||
| tests | ||
| LICENSE | ||
| moveiterators.nimble | ||
| README.md | ||
moveiterators
This package provides iterators which use move semantics. It's intended to solve the problem that the length of a sequence can change during the iterations, by limiting access to containers during the loop. The idea came from Rust.