3 releases

0.1.2 Sep 1, 2023
0.1.1 Jun 17, 2022
0.1.0 Jun 17, 2022

#809 in Data structures

46 downloads per month

MIT/Apache

8KB
180 lines

Lazy Seq

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


lib.rs:

Lazy Seq

lazy_seq is a crate containing tools for lazily evaluated collections, specifically Seq which is a collection of lazily evaluated functions, and Lazy, which is the primitive used for lazy evaluation.

No runtime deps