A crate for constructing lazily evaluated sequences. https://crates.io/crates/lazy-seq
Go to file
2022-06-17 22:52:06 +10:00
src first commit 2022-06-17 22:01:01 +10:00
.gitignore first commit 2022-06-17 22:01:01 +10:00
Cargo.lock first commit 2022-06-17 22:01:01 +10:00
Cargo.toml 0.1.1 2022-06-17 22:04:20 +10:00
LICENSE-APACHE copies of licenses for repo 2022-06-17 22:52:06 +10:00
LICENSE-MIT copies of licenses for repo 2022-06-17 22:52:06 +10:00
README.md first commit 2022-06-17 22:01:01 +10:00

Lazy Seq

This crate contains Seq which is a lazily evaluated sequence of functions.