mirror of
https://github.com/c-cube/iter.git
synced 2025-12-09 04:35:31 -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,
|
one intermediate closure to do so. For instance, iterating on keys, or values,
|
||||||
of a `Hashtbl.t`, without creating a list.
|
of a `Hashtbl.t`, without creating a list.
|
||||||
|
|
||||||
|
toc::[]
|
||||||
|
|
||||||
== Documentation
|
== Documentation
|
||||||
|
|
||||||
There is only one important type, `'a Sequence.t`, and lots of functions built
|
There is only one important type, `'a Sequence.t`, and lots of functions built
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue