documentation updates

Former-commit-id: 39653082c9cd026299f6fcabef7446d569704e1f
This commit is contained in:
2023-08-14 15:20:02 +02:00
parent 70a77c9ec6
commit 845c76abeb
30 changed files with 4303 additions and 117 deletions

View File

@@ -329,6 +329,10 @@ code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warni
<dd>
<p>It is a generic function allowing to retreive the size of a object. It returns the length of a sequences, the number of element in a map like <code>annotations</code>, the number of elements in an array. The reurned value is an <code>int</code>.</p>
</dd>
<dt><strong><code>contains(map,key)</code></strong></dt>
<dd>
<p>Tests if the <code>map</code> contains a value assciated to <code>key</code></p>
</dd>
</dl>
</section>
<section id="cast-functions" class="level3 unnumbered">