Deeper TOC level + typo fix: rename apply->result in algo docs

[SVN r36766]
This commit is contained in:
Joel de Guzman
2007-01-22 00:40:36 +00:00
parent 64a8b5e7f3
commit 63c122f0d8
206 changed files with 1342 additions and 1374 deletions

View File

@ -26,20 +26,13 @@
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a name="fusion.sequences.containers"></a><a href="containers.html" title="Containers">Containers</a></h3></div></div></div>
<div class="toc"><dl>
<dt><span class="section"><a href="containers/vector.html">vector</a></span></dt>
<dt><span class="section"><a href="containers/cons.html">cons</a></span></dt>
<dt><span class="section"><a href="containers/list.html">list</a></span></dt>
<dt><span class="section"><a href="containers/set.html">set</a></span></dt>
<dt><span class="section"><a href="containers/map.html">map</a></span></dt>
</dl></div>
<p>
Fusion provides a few predefined sequences out of the box. These <span class="emphasis"><em>containers</em></span>
actually hold heterogenously typed data; unlike <a href="views.html" title="Views">Views</a>.
These containers are more or less counterparts of those in <a href="http://en.wikipedia.org/wiki/Standard_Template_Library" target="_top">STL</a>.
</p>
<a name="fusion.sequences.containers.header"></a><h4>
<a name="id482550"></a>
<a name="id482569"></a>
<a href="containers.html#fusion.sequences.containers.header">Header</a>
</h4>
<pre class="programlisting">