mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
Dat tagline.
This commit is contained in:
parent
fda3ee02d1
commit
19b7f6a443
1 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Iter [](https://travis-ci.org/c-cube/iter) [][doc]
|
||||
|
||||
Simple abstraction over `iter` functions, intended to iterate efficiently
|
||||
on collections while performing some transformations.
|
||||
Clean and efficient loop fusion for all your iterating needs!
|
||||
|
||||
|
||||
```ocaml
|
||||
# #require "iter";;
|
||||
|
|
@ -10,6 +10,9 @@ on collections while performing some transformations.
|
|||
- : int = 8345837500
|
||||
```
|
||||
|
||||
`Iter` is a simple abstraction over `iter` functions
|
||||
intended to iterate efficiently
|
||||
on collections while performing some transformations.
|
||||
Common operations supported by `Iter` include
|
||||
`filter`, `map`, `take`, `drop`, `append`, `flat_map`, etc.
|
||||
`Iter` is not designed to be as general-purpose or flexible as `Seq`.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue