This commit is contained in:
parent
683b75f65a
commit
cf67f7b4ac
1 changed files with 3 additions and 0 deletions
|
@ -1,10 +1,13 @@
|
||||||
# infiniyield
|
# infiniyield
|
||||||
|
|
||||||
Infinitely unfold values on-demand from a function.
|
Infinitely unfold values on-demand from a function.
|
||||||
|
Based on the [gleam_yielder](https://hexdocs.pm/gleam_yielder) library by [Louis Pilfold](https://github.com/lpil)
|
||||||
|
|
||||||
[](https://hex.pm/packages/infiniyield)
|
[](https://hex.pm/packages/infiniyield)
|
||||||
[](https://hexdocs.pm/infiniyield/)
|
[](https://hexdocs.pm/infiniyield/)
|
||||||
|
|
||||||
|
The library allows you to operate on an infinite sequence of values, retrieving values from the sequence as required.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
gleam add infiniyield@1
|
gleam add infiniyield@1
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue