Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.1% dependent repos on nuget.org
Top 7.3% forks on nuget.org

nuget.org : sequences

Sequences is a port of Scala's Stream[+A] to C#. A Sequence<T> is an immutable lazy list whose elements are only evaluated when they are needed. A sequence is composed by a head (the first element) and a lazily-evaluated tail (the remaining elements). The fact that the tail is lazily-evaluated, makes it easy to represent infinite series or sets. See the project's page for examples: https://github.com/dcastro/Sequences

Registry - Homepage - JSON
purl: pkg:nuget/sequences
Keywords: enumerable, sequence, collection, immutable, data-structures, scala, lazy, stream
License:
Latest release: almost 10 years ago
First release: about 10 years ago
Dependent repositories: 2
Downloads: 2,824 total
Stars: 13 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 27 days ago

    Loading...
    Readme
    Loading...