Skip to content

Commit

Permalink
In bullet form
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed May 24, 2024
1 parent 4fa1e92 commit c833491
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,14 @@ Generator has more functionalities than iterator and array. It is not recommende

### What is on the roadmap?

We are planning to bring iterables and alike together. This includes: `Iterable`/`AsyncIterable`, `Iterator`/`AsyncIterator`, `IterableIterator`/`AsyncIterableIterator`, `Generator`/`AsyncGenerator`, `ReadableStream`, and `Observable`.
We are planning to bring iterables and alike together. This includes:

- `Iterable`/`AsyncIterable`
- `Iterator`/`AsyncIterator`
- `IterableIterator`/`AsyncIterableIterator`
- `Generator`/`AsyncGenerator`
- `ReadableStream`
- `Observable`

## Contributions

Expand Down

0 comments on commit c833491

Please sign in to comment.