A library of generic lazy collections for Swift.
This is an active project with the following milestones:
Seq
, Set
, Map
Graph
, BipartiteGraph
, various types of Tree
s.
An abstraction for state-space searching algorithms.
Table
Common algorithms should be implemented for the data structures, especially searching algorithms, and algorithms on graphs, trees.
- SR-6045: AnyIterator of Never affects the implementation of
DummyIterator
. - SR-6090: Extension of the Optional enum affects the implementation of monadic syntactic sugars for optionals.
Lazy is based largely on poly-collection.