No description
Find a file
2024-02-29 00:11:47 +08:00
src Use < instead of == 2024-02-29 00:10:18 +08:00
tests Add many files 2023-12-07 20:09:44 +08:00
LICENSE Add many files 2023-12-07 20:09:44 +08:00
moveiterators.nimble Increase version number 2024-02-29 00:11:47 +08:00
README.md Remove a word 2023-12-07 20:53:59 +08:00

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.