mirror of
https://github.com/c-cube/iter.git
synced 2025-12-07 03:35:32 -05:00
add toc to readme
This commit is contained in:
parent
40f33f6f96
commit
7cdebbc0f1
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ way of iterating on a finite number of values, only allocating (most of the time
|
|||
one intermediate closure to do so. For instance, iterating on keys, or values,
|
||||
of a `Hashtbl.t`, without creating a list.
|
||||
|
||||
toc::[]
|
||||
|
||||
== Documentation
|
||||
|
||||
There is only one important type, `'a Sequence.t`, and lots of functions built
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue