Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagaram committed Apr 21, 2023
1 parent 28743a7 commit 90fe33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SEQ_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A _sequence_ is a list whose elements are computed only on demand. Sequences are

Sequences are an important and convenient data structure in [F# (Seq module)](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-collections-seqmodule.html) , [OCaml (Seq module)](https://v2.ocaml.org/api/Seq.html), [Rust std::iter](https://doc.rust-lang.org/std/iter/trait.Iterator.html), [C# .net IEnumerable<T>](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.ienumerable-1?view=net-8.0), and [Python (itertools)](https://docs.python.org/3/library/itertools.html). There are many libraries that help consume iterables in JavaScript as well.

:boom: **This is a comprehensive library for creating and consuming sequences in ReScript.**:boom:
**This is a full-featured and developer-friendly library for creating and consuming sequences in ReScript.**

Highlights:

Expand Down

0 comments on commit 90fe33a

Please sign in to comment.