Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stephenwakely/toadseq

An iOS library for lazy sequences.
https://github.com/stephenwakely/toadseq

Last synced: about 2 months ago
JSON representation

An iOS library for lazy sequences.

Awesome Lists containing this project

README

        

# ToadSeq

ToadSeq is a small iOS library for generating and manipulating lazy sequences within Objective C.

Sequences can be derived from numerical sequences or arrays and other data structures. It's quite flexible. Transformations on the sequences are setup by chaining blocks. The transformations do not occur until the data is actually requested. Where possible the need to create arrays to store intermediate data is avoided.

More docs can be found [here](http://fungushumungus.github.io/ToadSeq)