mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-07-02 14:04:09 +00:00
add doc: array tuple support, hash support
This commit is contained in:
parent
bf12021ae6
commit
a2580d4926
24 changed files with 1442 additions and 21 deletions
|
@ -28,7 +28,7 @@
|
|||
<link rel="top" title="Sprout 1.0 documentation" href="../../index.html" />
|
||||
<link rel="up" title="Libraries" href="../index.html" />
|
||||
<link rel="next" title="all_of" href="all_of.html" />
|
||||
<link rel="prev" title="make_common_array" href="../array/make_common_array.html" />
|
||||
<link rel="prev" title="hash_value" href="../array/array/hash_value.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
|
@ -41,7 +41,7 @@
|
|||
<a href="all_of.html" title="all_of"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="../array/make_common_array.html" title="make_common_array"
|
||||
<a href="../array/array/hash_value.html" title="hash_value"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../../index.html">Sprout 1.0 documentation</a> »</li>
|
||||
<li><a href="../index.html" accesskey="U">Libraries</a> »</li>
|
||||
|
@ -67,8 +67,8 @@
|
|||
</ul>
|
||||
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="../array/make_common_array.html"
|
||||
title="previous chapter">make_common_array</a></p>
|
||||
<p class="topless"><a href="../array/array/hash_value.html"
|
||||
title="previous chapter">hash_value</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="all_of.html"
|
||||
title="next chapter">all_of</a></p>
|
||||
|
@ -362,7 +362,7 @@
|
|||
<a href="all_of.html" title="all_of"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="../array/make_common_array.html" title="make_common_array"
|
||||
<a href="../array/array/hash_value.html" title="hash_value"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../../index.html">Sprout 1.0 documentation</a> »</li>
|
||||
<li><a href="../index.html" >Libraries</a> »</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue