This commit is contained in:
parent
cf67f7b4ac
commit
d7372270e7
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
# 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/)
|
||||||
|
@ -21,4 +20,6 @@ pub fn main() {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Based on the [gleam_yielder](https://hexdocs.pm/gleam_yielder) library by [Louis Pilfold](https://github.com/lpil).
|
||||||
|
|
||||||
Further documentation can be found at <https://hexdocs.pm/infiniyield>.
|
Further documentation can be found at <https://hexdocs.pm/infiniyield>.
|
||||||
|
|
Loading…
Reference in a new issue