[Gd-chatter] r11251 - trunk/www/books/drm
cpage at gwydiondylan.org
cpage at gwydiondylan.org
Tue Apr 10 11:04:42 CEST 2007
Author: cpage
Date: Tue Apr 10 11:04:29 2007
New Revision: 11251
Modified:
trunk/www/books/drm/Arithmetic_Operations.html
trunk/www/books/drm/Coercing_and_Copying_Objects.html
trunk/www/books/drm/Collection_Classes.html
trunk/www/books/drm/Collection_Operations.html
trunk/www/books/drm/Condition_Classes.html
trunk/www/books/drm/Constructing_and_Initializing_Instances.html
trunk/www/books/drm/Definition_Macros.html
trunk/www/books/drm/Equality_and_Comparison.html
trunk/www/books/drm/Function_Application.html
trunk/www/books/drm/Function_Classes.html
trunk/www/books/drm/Function_Macros.html
trunk/www/books/drm/Functional_Operations.html
trunk/www/books/drm/Local_Declaration_Macros.html
trunk/www/books/drm/Number_Classes.html
trunk/www/books/drm/Object_Classes.html
trunk/www/books/drm/Operations_on_Conditions.html
trunk/www/books/drm/Other_Built-In_Objects_Defined.html
trunk/www/books/drm/Reflective_Operations_on_Functions.html
trunk/www/books/drm/Reflective_Operations_on_Types.html
trunk/www/books/drm/Simple_Object_Classes.html
trunk/www/books/drm/Statement_Macros.html
trunk/www/books/drm/Type_Classes.html
Log:
Job: website
Normalized trailing spaces in function signature headers.
Modified: trunk/www/books/drm/Arithmetic_Operations.html
==============================================================================
--- trunk/www/books/drm/Arithmetic_Operations.html (original)
+++ trunk/www/books/drm/Arithmetic_Operations.html Tue Apr 10 11:04:29 2007
@@ -240,7 +240,7 @@
<a name="UID-Built-In_Functions-6229"></a>
<h2 class="subsection-title"><a name="IX-1604">Properties</a></h2>
<a name="HEADING-100-3"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1605">odd? </code></span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1605">odd?</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1606">Tests for the property of being an odd number.</a></p>
<dl class="Cliche">
@@ -273,7 +273,7 @@
<dd><p>Returns true if its argument is an odd number.</p></dd>
</dl>
<a name="HEADING-100-9"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1607">even? </code></span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1607">even?</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1608">Tests for the property of being an even number.</a></p>
<dl class="Cliche">
@@ -306,7 +306,7 @@
<dd><p>Returns true if its argument is an even number.</p></dd>
</dl>
<a name="HEADING-100-15"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1609">zero?</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1609">zero?</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1610">Tests for the property of being equal to zero.</a></p>
<dl class="Cliche">
@@ -340,12 +340,12 @@
<p>Returns true if its argument is equal to zero.</p>
<a name="HEADING-100-21"></a>
<h5 class="method-signature"><span class="signature"><code>zero? <var>complex</var> </code>
- ⇒<code> <var>boolean</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>boolean</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>A method is defined for the class <code><complex></code>.</p>
</dd>
</dl>
<a name="HEADING-100-23"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1611">positive?</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1611">positive?</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1612">Tests for the property of being
positive.</a></p>
@@ -380,12 +380,12 @@
<p>Returns true if its argument is positive.</p>
<a name="HEADING-100-29"></a>
<h5 class="method-signature"><span class="signature"><code>positive? <var>real</var> </code>
- ⇒<code> <var>boolean</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>boolean</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>A method is defined for the class <code><real></code>.</p>
</dd>
</dl>
<a name="HEADING-100-31"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1613">negative?</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1613">negative?</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1614">Tests for the property of being
negative.</a></p>
@@ -420,12 +420,12 @@
<p>Returns true if its argument is negative.</p>
<a name="HEADING-100-37"></a>
<h5 class="method-signature"><span class="signature"><code>negative? <var>real</var> </code>
- ⇒<code> <var>boolean</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>boolean</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>A method is defined for the class <code><real></code>.</p>
</dd>
</dl>
<a name="HEADING-100-39"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1615">integral?</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1615">integral?</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1616">Tests for the property of being
integral.</a></p>
@@ -459,12 +459,12 @@
<dd><p>Returns true if its argument is an integer.</p>
<a name="HEADING-100-45"></a>
<h5 class="method-signature"><span class="signature"><code>integral? <var>object</var> </code>
- ⇒<code> <var>false</var></code> </span><span class="attributes-summary">[G.F. Method]</span></h5>
+ ⇒<code> <var>false</var></code></span> <span class="attributes-summary">[G.F. Method]</span></h5>
<p>A method is defined for the class <code><object></code> that
returns <code>#f</code>.</p>
<a name="HEADING-100-47"></a>
<h5 class="method-signature"><span class="signature"><code>integral? <var>real</var> </code>
- ⇒<code> <var>boolean</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>boolean</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>A method is defined for real numbers that is equivalent to <code><var>real</var> =
round(<var>real</var>)</code>.<a name="IX-1617"></a></p>
</dd>
@@ -473,7 +473,7 @@
<a name="UID-Built-In_Functions-1800"></a>
<h2 class="subsection-title">Arithmetic Operations</h2>
<a name="HEADING-100-50"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1618">+</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1618">+</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1619">Returns the sum of its arguments.</a></p>
<dl class="Cliche">
@@ -508,12 +508,12 @@
<p>Adds two objects and returns the sum.</p>
<a name="HEADING-100-57"></a>
<h5 class="method-signature"><span class="signature"><code><var>complex1</var> + <var>complex2</var> </code>
- ⇒<code> <var>complex</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>complex</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>A predefined method returns the sum of two complex numbers.</p>
</dd>
</dl>
<a name="HEADING-100-59"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1620">*</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1620">*</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1621">Returns the product of its
arguments.</a></p>
@@ -549,12 +549,12 @@
<p>Multiplies two objects and returns the product.</p>
<a name="HEADING-100-66"></a>
<h5 class="method-signature"><span class="signature"><code><var>complex1</var> * <var>complex2</var> </code>
- ⇒<code> <var>complex</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>complex</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>A predefined method returns the product of two complex numbers.</p>
</dd>
</dl>
<a name="HEADING-100-68"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1622">-</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1622">-</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1623">Returns the difference of its
arguments.</a></p>
@@ -590,12 +590,12 @@
<p>Subtracts <var>object2</var> from <var>object1</var> and returns the difference.</p>
<a name="HEADING-100-75"></a>
<h5 class="method-signature"><span class="signature"><code><var>complex1</var> - <var>complex2</var> </code>
- ⇒<code> <var>complex</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>complex</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>A predefined method returns the difference of two complex numbers.</p>
</dd>
</dl>
<a name="HEADING-100-77"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1624">/</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1624">/</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1625">Returns the quotient of its
arguments.</a></p>
@@ -631,7 +631,7 @@
<p>Divides <var>object2</var> into <var>object1</var> and returns the quotient.</p>
<a name="HEADING-100-84"></a>
<h5 class="method-signature"><span class="signature"><code><var>complex1</var> / <var>complex2</var> </code>
- ⇒<code> <var>complex</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>complex</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>A predefined method returns the quotient of two complex numbers.</p>
<p><a name="IX-1626">Division by zero signals an error.</a></p>
<p><a name="IX-1627">The result of dividing two integers with / is implementation
@@ -641,7 +641,7 @@
</dd>
</dl>
<a name="HEADING-100-88"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1628">negative</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1628">negative</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1629">Returns the negation of an
object.</a></p>
@@ -677,12 +677,12 @@
to the <code>negative</code> in the current binding environment.</p>
<a name="HEADING-100-94"></a>
<h5 class="method-signature"><span class="signature"><code>negative <var>real1</var> </code>
- ⇒<code> <var>real2</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>real2</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>A predefined method returns the additive inverse of a real number.</p>
</dd>
</dl>
<a name="HEADING-100-96"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1630">floor</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1630">floor</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1631">Truncates a real number toward
negative infinity.</a></p>
@@ -720,7 +720,7 @@
</dd>
</dl>
<a name="HEADING-100-103"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1632">ceiling</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1632">ceiling</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1633">Truncates a real number toward
positive infinity.</a></p>
@@ -756,7 +756,7 @@
as <var>integer</var>, the remainder is returned as <var>real2</var>.</p></dd>
</dl>
<a name="HEADING-100-110"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1634">round</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1634">round</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1635">Rounds a real number toward the
nearest mathematical integer.</a></p>
@@ -794,7 +794,7 @@
result <var>integer</var> will be a multiple of two.</p></dd>
</dl>
<a name="HEADING-100-117"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1636">truncate</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1636">truncate</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1637">Truncates a real number toward
zero.</a></p>
@@ -830,7 +830,7 @@
as <var>integer</var>, the remainder is returned as <var>real2</var>.</p></dd>
</dl>
<a name="HEADING-100-124"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1638">floor/</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1638">floor/</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1639">Returns the floor of the quotient of
two numbers.</a></p>
@@ -868,7 +868,7 @@
remainder is returned as <var>real3</var>.</p></dd>
</dl>
<a name="HEADING-100-132"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1640">ceiling/</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1640">ceiling/</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1641">Returns the ceiling of the quotient
of two numbers.</a></p>
@@ -906,7 +906,7 @@
remainder is returned as <var>real3</var>.</p></dd>
</dl>
<a name="HEADING-100-140"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1642">round/</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1642">round/</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1643">Rounds off the quotient of two
numbers.</a></p>
@@ -946,7 +946,7 @@
a multiple of two.</p></dd>
</dl>
<a name="HEADING-100-148"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1644">truncate/</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1644">truncate/</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1645">Returns the truncated quotient of two
numbers.</a></p>
@@ -984,7 +984,7 @@
returned as <var>real3</var>.</p></dd>
</dl>
<a name="HEADING-100-156"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1646">modulo</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1646">modulo</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1647">Returns the second value
of <code>floor/</code>.</a></p>
@@ -1019,7 +1019,7 @@
<dd><p>Returns the second value of <code>floor/(<var>real1, real2)</var></code>.</p></dd>
</dl>
<a name="HEADING-100-163"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1648">remainder</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1648">remainder</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1649">Returns the second value
of <code>truncate/</code>.</a></p>
@@ -1091,13 +1091,13 @@
signaled if both arguments are zero.</p>
<a name="HEADING-100-177"></a>
<h5 class="method-signature"><span class="signature"><code><var>complex</var> ^ <var>integer</var> </code>
- ⇒<code><var>number</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code><var>number</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>A predefined method raises a complex number to an integral power and returns the
result.</p>
</dd>
</dl>
<a name="HEADING-100-179"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1653">abs</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1653">abs</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1654">Returns the absolute value of its
argument.</a></p>
@@ -1132,12 +1132,12 @@
<p>Returns the absolute value of <var>object1</var>.</p>
<a name="HEADING-100-185"></a>
<h5 class="method-signature"><span class="signature"><code>abs <var>complex</var> </code>
- ⇒<code> <var>real</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>real</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>A predefined method returns the absolute value of a complex number.</p>
</dd>
</dl>
<a name="HEADING-100-187"></a>
- <h4 class="item-title"><span class="signature"><a name="IX-1657"></a><code id="IX-1655">logior</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><a name="IX-1657"></a><code id="IX-1655">logior</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1656">Returns the bitwise inclusive or of its
integer arguments.</a></p>
@@ -1171,7 +1171,7 @@
<dd><p>Returns the bitwise inclusive or of the <var>integers</var>.</p></dd>
</dl>
<a name="HEADING-100-193"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1658">logxor</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1658">logxor</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1659">Returns the bitwise exclusive or of
its integer arguments.</a></p>
@@ -1205,7 +1205,7 @@
<dd><p>Returns the bitwise exclusive or of the <var>integers</var>.</p></dd>
</dl>
<a name="HEADING-100-199"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1660">logand</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1660">logand</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1661">Returns the bitwise and of its
integer arguments.</a></p>
@@ -1239,7 +1239,7 @@
<dd><p>Returns the bitwise and of the <var>integers</var>.</p></dd>
</dl>
<a name="HEADING-100-205"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1662">lognot</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1662">lognot</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1663">Returns the bitwise not of its
integer argument.</a></p>
@@ -1273,7 +1273,7 @@
<dd><p>Returns the bitwise not of the <var>integer1</var>.</p></dd>
</dl>
<a name="HEADING-100-211"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1664">logbit?</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1664">logbit?</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1665">Tests the value of a particular bit
in its integer argument.</a></p>
@@ -1313,7 +1313,7 @@
</dd>
</dl>
<a name="HEADING-100-219"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1666">ash</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1666">ash</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1667">Performs an arithmetic shift on its
first argument.</a></p>
@@ -1364,7 +1364,7 @@
</dd>
</dl>
<a name="HEADING-100-230"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1669">lcm</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1669">lcm</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1670">Returns the least common multiple of
its two arguments.</a></p>
@@ -1400,12 +1400,12 @@
<p>Returns the least common multiple of <var>object1</var> and <var>object2.</var></p>
<a name="HEADING-100-237"></a>
<h5 class="method-signature"><span class="signature"><code>lcm <var>integer1 integer2</var> </code>
- ⇒<code> <var>integer3</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>integer3</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>A predefined method returns the least common multiple of two integers.</p>
</dd>
</dl>
<a name="HEADING-100-239"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1671">gcd</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1671">gcd</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1672">Returns the greatest common divisor
of its two arguments.</a></p>
@@ -1441,7 +1441,7 @@
<p>Returns the greatest common divisor of <var>object1</var> and <var>object2</var>.</p>
<a name="HEADING-100-246"></a>
<h5 class="method-signature"><span class="signature"><code>gcd <var>integer1 integer2</var> </code>
- ⇒<code> <var>integer3</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>integer3</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>A predefined method returns the greatest common divisor of two
integers.<a name="IX-1673"></a></p>
</dd>
Modified: trunk/www/books/drm/Coercing_and_Copying_Objects.html
==============================================================================
--- trunk/www/books/drm/Coercing_and_Copying_Objects.html (original)
+++ trunk/www/books/drm/Coercing_and_Copying_Objects.html Tue Apr 10 11:04:29 2007
@@ -200,7 +200,7 @@
<h1 class="section-title"><a name="IX-1674">Coercing and Copying Objects</a></h1>
<p>The following functions are used to coerce, copy, or simply return objects.</p>
<a name="HEADING-101-2"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1675">identity</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1675">identity</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><code><a name="XREF-1676"></a></code>Returns its argument.</p>
<dl class="Cliche">
@@ -234,7 +234,7 @@
<dd><p>Returns <var>object</var> unaltered.</p></dd>
</dl>
<a name="HEADING-101-8"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1677">values</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1677">values</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description">Returns its arguments as <a name="IX-1678">multiple values</a>.</p>
<dl class="Cliche">
@@ -278,7 +278,7 @@
<a name="UID-Built-In_Functions-25384"></a>
<h2 class="subsection-title">General Coercion Function</h2>
<a name="HEADING-101-16"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1679">as</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1679">as</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><code><a name="XREF-1680"></a></code>Coerces an object to a type.</p>
<dl class="Cliche">
@@ -319,7 +319,7 @@
classes. Programs may define additional methods.</p>
<a name="HEADING-101-24"></a>
<h5 class="method-signature"><span class="signature"><code>as <var>collection-type collection</var> </code>
- ⇒<code> <var>instance-of-collection-type</var></code> </span><span class="attributes-summary">[G.F. Method]</span></h5>
+ ⇒<code> <var>instance-of-collection-type</var></code></span> <span class="attributes-summary">[G.F. Method]</span></h5>
<p>When converting between collection types, the return value will have the same number of
elements as <var>collection</var>. If the <var>collection</var> is an instance
of <code><sequence></code> and the <var>collection-type</var> is a subtype
@@ -328,17 +328,17 @@
which <code>as</code> is defined is implementation defined.</p>
<a name="HEADING-101-26"></a>
<h5 class="method-signature"><span class="signature"><code>as <em>(singleton (<integer>))</em> <var>character</var> </code>
- ⇒<code> <var>integer</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>integer</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>This method on <code>as</code> returns a numeric equivalent
for <var>character</var>. The integer returned is implementation dependent.</p>
<a name="HEADING-101-28"></a>
<h5 class="method-signature"><span class="signature"><code>as <em>(singleton (<character>))</em> <var>integer</var> </code>
- ⇒<code> <var>character</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>character</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>This method on <code>as</code> returns the character equivalent
to <var>integer</var>. The meaning of <var>integer</var> is implementation dependent.</p>
<a name="HEADING-101-30"></a>
<h5 class="method-signature"><span class="signature"><code>as <em>(singleton (<symbol>))</em> <var>string</var> </code>
- ⇒<code> <var>symbol</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>symbol</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>This method on <code>as</code> returns the symbol that has the
name <var>string</var>. If the symbol does not yet exist, it is created. This method
on <code>as</code> will always return the same symbol for strings of the same
@@ -352,7 +352,7 @@
<code> ⇒</code> #"foo"</pre>
<a name="HEADING-101-33"></a>
<h5 class="method-signature"><span class="signature"><code>as <em>(singleton (<string>))</em> <var>symbol</var> </code>
- ⇒<code> <var>string</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>string</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>This method on <code>as</code> returns the name of the symbol, which will be a
string.</p>
<pre class="code">
@@ -365,7 +365,7 @@
<a name="UID-Built-In_Functions-2983"></a>
<h2 class="subsection-title">Coercing Case</h2>
<a name="HEADING-101-37"></a>
- <h4 class="item-title"><span class="signature"><code><a name="IX-1682">as-uppercase</a></code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code><a name="IX-1682">as-uppercase</a></code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1683">Coerces an object to uppercase.</a></p>
<dl class="Cliche">
@@ -400,18 +400,18 @@
<p><var>object1</var> is not modified by this operation.</p>
<a name="HEADING-101-44"></a>
<h5 class="method-signature"><span class="signature"><code>as-uppercase <var>character</var> </code>
- ⇒<code> <var>uppercase-character</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>uppercase-character</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>This method returns the uppercase equivalent
for <var>character</var>. If <var>character</var> already is uppercase or does not exist
in two cases, it is returned unchanged.</p>
<a name="HEADING-101-46"></a>
<h5 class="method-signature"><span class="signature"><code>as-uppercase <var>string</var> </code>
- ⇒<code> <var>new-string</var></code> </span><span class="attributes-summary">[G.F. Method]</span></h5>
+ ⇒<code> <var>new-string</var></code></span> <span class="attributes-summary">[G.F. Method]</span></h5>
<p>This method is equivalent to <code>map(as-uppercase, <var>string</var>)</code>.</p>
</dd>
</dl>
<a name="HEADING-101-48"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1684">as-uppercase!</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1684">as-uppercase!</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1685">Coerces an object to uppercase in place.</a></p>
<dl class="Cliche">
@@ -448,13 +448,13 @@
be <code>==</code> to the <var>object</var>.</p>
<a name="HEADING-101-55"></a>
<h5 class="method-signature"><span class="signature"><code>as-uppercase! <var>string</var> </code>
- ⇒<code> <var>string</var></code> </span><span class="attributes-summary">[G.F. Method]</span></h5>
+ ⇒<code> <var>string</var></code></span> <span class="attributes-summary">[G.F. Method]</span></h5>
<p>This method is equivalent to <code>map-into(<var>string</var>,
as-uppercase, <var>string</var>)</code>.</p>
</dd>
</dl>
<a name="HEADING-101-57"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1686">as-lowercase</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1686">as-lowercase</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1687">Coerces an object to lowercase.</a></p>
<dl class="Cliche">
@@ -489,18 +489,18 @@
<p><var>object1</var> will not be modified by this operation.</p>
<a name="HEADING-101-64"></a>
<h5 class="method-signature"><span class="signature"><code>as-lowercase <var>character</var> </code>
- ⇒<code> <var>lowercase-character</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>lowercase-character</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>The <code><character></code> method on <code>as-lowercase</code> returns the
lowercase equivalent for <var>character</var>. If <var>character</var> already is
lowercase or does not exist in two cases, it is returned unchanged.</p>
<a name="HEADING-101-66"></a>
<h5 class="method-signature"><span class="signature"><code>as-lowercase <var>string</var> </code>
- ⇒<code> <var>new-string</var></code> </span><span class="attributes-summary">[G.F. Method]</span></h5>
+ ⇒<code> <var>new-string</var></code></span> <span class="attributes-summary">[G.F. Method]</span></h5>
<p>This method is equivalent to <code>map(as-lowercase, <var>string</var>)</code>.</p>
</dd>
</dl>
<a name="HEADING-101-68"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1688">as-lowercase!</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1688">as-lowercase!</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="IX-1671">Coerces an object to lowercase in place.</a></p>
<dl class="Cliche">
@@ -537,7 +537,7 @@
be <code>==</code> to the <var>object</var>.</p>
<a name="HEADING-101-75"></a>
<h5 class="method-signature"><span class="signature"><code>as-lowercase! <var>string</var> </code>
- ⇒<code> <var>string</var></code> </span><span class="attributes-summary">[G.F. Method]</span></h5>
+ ⇒<code> <var>string</var></code></span> <span class="attributes-summary">[G.F. Method]</span></h5>
<p>This method is equivalent to <code>map-into(<var>string</var>, as-lowercase, <var>string</var>)</code>.<a name="IX-1690"></a></p>
</dd>
</dl>
@@ -545,7 +545,7 @@
<a name="UID-Built-In_Functions-2996"></a>
<h2 class="subsection-title">Copying Objects</h2>
<a name="HEADING-101-78"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1691">shallow-copy</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1691">shallow-copy</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1692">Returns a copy of its argument.</a></p>
<dl class="Cliche">
@@ -582,14 +582,14 @@
other classes, the programmer must provide a method.</p>
<a name="HEADING-101-85"></a>
<h5 class="method-signature"><span class="signature"><code>shallow-copy <var>collection</var> </code>
- ⇒<code> <var>new-collection</var></code> </span><span class="attributes-summary">[G.F. Method]</span></h5>
+ ⇒<code> <var>new-collection</var></code></span> <span class="attributes-summary">[G.F. Method]</span></h5>
<p>The method for <code><collection></code> creates a new object by
calling <code>make</code> on the <code>type-for-copy</code> of <var>collection</var> and
filling it with the same elements as <var>collection</var>.</p>
</dd>
</dl>
<a name="HEADING-101-87"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1693">type-for-copy</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1693">type-for-copy</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1694">Returns an appropriate type for
creating mutable copies of its argument.</a></p>
@@ -631,17 +631,17 @@
of <code><explicit-key-collection></code>.</p>
<a name="HEADING-101-94"></a>
<h5 class="method-signature"><span class="signature"><code>type-for-copy <var>object</var> </code>
- ⇒<code> <var>type</var></code> </span><span class="attributes-summary">[G.F. Method]</span></h5>
+ ⇒<code> <var>type</var></code></span> <span class="attributes-summary">[G.F. Method]</span></h5>
<p>The method on <code><object></code> returns the result of
calling <code>object-class</code> on the <var>object</var>.</p>
<a name="HEADING-101-96"></a>
<h5 class="method-signature"><span class="signature"><code>type-for-copy <var>mutable-collection</var> </code>
- ⇒<code> <var>type</var></code> </span><span class="attributes-summary">[G.F. Method]</span></h5>
+ ⇒<code> <var>type</var></code></span> <span class="attributes-summary">[G.F. Method]</span></h5>
<p>The method on <code><mutable-collection></code> returns the result of
calling <code>object-class</code> on the <var>mutable-collection</var>.</p>
<a name="HEADING-101-98"></a>
<h5 class="method-signature"><span class="signature"><code>type-for-copy <var>limited-collection</var> </code>
- ⇒<code> <var>type</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <var>type</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>For a type <var>L<em><sub>1</sub></em></var> created by <code>limited(<var>C</var>,
of: <var>T</var>, size: <var>S</var>)</code> where <var>C</var> is
not <code><range></code>, <code>type-for-copy</code> of an object made by
@@ -655,11 +655,11 @@
</ul>
<a name="HEADING-101-104"></a>
<h5 class="method-signature"><span class="signature"><code>type-for-copy <var>range</var> </code>
- ⇒<code> <list></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <list></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>The method on <code><range></code> returns <code><list></code>.</p>
<a name="HEADING-101-106"></a>
<h5 class="method-signature"><span class="signature"><code>type-for-copy <var>limited-range</var> </code>
- ⇒<code> <list></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ ⇒<code> <list></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>The method on instances
of <code>limited(singleton(<range>)</code>…<code>)</code>
returns <code><list></code>, the same as for any instance
Modified: trunk/www/books/drm/Collection_Classes.html
==============================================================================
--- trunk/www/books/drm/Collection_Classes.html (original)
+++ trunk/www/books/drm/Collection_Classes.html Tue Apr 10 11:04:29 2007
@@ -277,7 +277,7 @@
<a name="UID-Built-In_Classes-416"></a>
<h2 class="subsection-title">General Collections</h2>
<a name="HEADING-93-6"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1401"><collection></code> </span><span class="attributes-summary">[Open Abstract Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1401"><collection></code></span> <span class="attributes-summary">[Open Abstract Class]</span></h4>
<hr class="item-title" />
<p>The class of collections, aggregate data structures.</p>
<dl class="Cliche">
@@ -439,7 +439,7 @@
<a name="HEADING-93-374"></a>
<h2 class="subsection-title">Explicit Key Collections</h2>
<a name="HEADING-93-375"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1402"><explicit-key-collection></code> </span><span class="attributes-summary">[Open Abstract Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1402"><explicit-key-collection></code></span> <span class="attributes-summary">[Open Abstract Class]</span></h4>
<hr class="item-title" />
<p>The class of all collections that are not sequences.</p>
<dl class="Cliche">
@@ -478,7 +478,7 @@
<a name="UID-Built-In_Classes-1533"></a>
<h2 class="subsection-title">Sequences</h2>
<a name="HEADING-93-418"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1403"><sequence></code> </span><span class="attributes-summary">[Open Abstract Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1403"><sequence></code></span> <span class="attributes-summary">[Open Abstract Class]</span></h4>
<hr class="item-title" />
<p>The class of collections whose keys are consecutive integers starting from zero.</p>
<dl class="Cliche">
@@ -690,7 +690,7 @@
<a name="UID-Built-In_Classes-2739"></a>
<h2 class="subsection-title">Mutable Collections</h2>
<a name="HEADING-93-838"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1418"><mutable-collection></code> </span><span class="attributes-summary">[Open Abstract Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1418"><mutable-collection></code></span> <span class="attributes-summary">[Open Abstract Class]</span></h4>
<hr class="item-title" />
<p>The class of collections that may be modified.</p>
<dl class="Cliche">
@@ -767,7 +767,7 @@
</dd>
</dl>
<a name="HEADING-93-982"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1420"><mutable-explicit-key-collection></code> </span><span class="attributes-summary">[Open Abstract Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1420"><mutable-explicit-key-collection></code></span> <span class="attributes-summary">[Open Abstract Class]</span></h4>
<hr class="item-title" />
<p>The class of explicit-key-collections that can have elements replaced.</p>
<dl class="Cliche">
@@ -815,7 +815,7 @@
</dd>
</dl>
<a name="HEADING-93-1057"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1421"><mutable-sequence></code> </span><span class="attributes-summary">[Open Abstract Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1421"><mutable-sequence></code></span> <span class="attributes-summary">[Open Abstract Class]</span></h4>
<hr class="item-title" />
<p>The class of sequences that may be modified.</p>
<dl class="Cliche">
@@ -888,7 +888,7 @@
<a name="UID-Built-In_Classes-419"></a>
<h2 class="subsection-title">Stretchy Collections</h2>
<a name="HEADING-93-1195"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1422"><stretchy-collection></code> </span><span class="attributes-summary">[Open Abstract Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1422"><stretchy-collection></code></span> <span class="attributes-summary">[Open Abstract Class]</span></h4>
<hr class="item-title" />
<p>The class of collections that may grow or shrink to accommodate adding or removing
elements.</p>
@@ -943,7 +943,7 @@
<a name="UID-Built-In_Classes-420"></a>
<h2 class="subsection-title"><a name="IX-1425">Arrays</a></h2>
<a name="HEADING-93-1240"></a>
- <h4 class="item-title"><span class="signature"><a name="XREF-1426"></a><code id="IX-1427"><array></code> </span><span class="attributes-summary">[Open Abstract Instantiable Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><a name="XREF-1426"></a><code id="IX-1427"><array></code></span> <span class="attributes-summary">[Open Abstract Instantiable Class]</span></h4>
<hr class="item-title" />
<p>The class of sequences whose elements are arranged according to a Cartesian coordinate
system.</p>
@@ -1094,7 +1094,7 @@
<a name="UID-Built-In_Classes-16948"></a>
<h2 class="subsection-title"><a name="IX-1430">Vectors</a></h2>
<a name="HEADING-93-1511"></a>
- <h4 class="item-title"><span class="signature"><a name="XREF-1432"></a><code id="IX-1431"><vector></code> </span><span class="attributes-summary">[Open Abstract Instantiable Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><a name="XREF-1432"></a><code id="IX-1431"><vector></code></span> <span class="attributes-summary">[Open Abstract Instantiable Class]</span></h4>
<hr class="item-title" />
<p>The class of arrays of rank one (i.e., exactly one dimension).</p>
<dl class="Cliche">
@@ -1180,7 +1180,7 @@
</dd>
</dl>
<a name="HEADING-93-1652"></a>
- <h4 class="item-title"><span class="signature"><a name="XREF-1435"></a><code id="IX-1434"><simple-vector></code> </span><span class="attributes-summary">[Sealed Abstract Instantiable Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><a name="XREF-1435"></a><code id="IX-1434"><simple-vector></code></span> <span class="attributes-summary">[Sealed Abstract Instantiable Class]</span></h4>
<hr class="item-title" />
<p>A predefined subclass of <code><vector></code> that provides an efficient
implementation of fixed-length vectors.</p>
@@ -1262,7 +1262,7 @@
</dd>
</dl>
<a name="HEADING-93-1761"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1438"><simple-object-vector></code> </span><span class="attributes-summary">[Sealed Instantiable Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1438"><simple-object-vector></code></span> <span class="attributes-summary">[Sealed Instantiable Class]</span></h4>
<hr class="item-title" />
<p>The class of simple vectors that may have elements of any type.</p>
<dl class="Cliche">
@@ -1290,7 +1290,7 @@
<dd><p>None.</p></dd>
</dl>
<a name="HEADING-93-1770"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1439"><stretchy-vector></code> </span><span class="attributes-summary">[Open Abstract Instantiable Primary Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1439"><stretchy-vector></code></span> <span class="attributes-summary">[Open Abstract Instantiable Primary Class]</span></h4>
<hr class="item-title" />
<p>The class of vectors that are stretchy.</p>
<dl class="Cliche">
@@ -1356,7 +1356,7 @@
<a name="UID-Built-In_Classes-25928"></a>
<h2 class="subsection-title">Deques</h2>
<a name="HEADING-93-1863"></a>
- <h4 class="item-title"><span class="signature"><a name="XREF-1442"></a><code id="IX-1441"><deque></code> </span><span class="attributes-summary">[Open Abstract Instantiable Primary Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><a name="XREF-1442"></a><code id="IX-1441"><deque></code></span> <span class="attributes-summary">[Open Abstract Instantiable Primary Class]</span></h4>
<hr class="item-title" />
<p>The class of double-ended queues.</p>
<dl class="Cliche">
@@ -1472,7 +1472,7 @@
<p>When treated as a collection, the elements of a list are the heads of successive pairs in
the list.</p>
<a name="HEADING-93-2050"></a>
- <h4 class="item-title"><span class="signature"><a name="XREF-1449"></a><code id="IX-1448"><list></code> </span><span class="attributes-summary">[Sealed Instantiable Abstract Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><a name="XREF-1449"></a><code id="IX-1448"><list></code></span> <span class="attributes-summary">[Sealed Instantiable Abstract Class]</span></h4>
<hr class="item-title" />
<p>The class of linked lists.</p>
<dl class="Cliche">
@@ -1581,7 +1581,7 @@
</dd>
</dl>
<a name="HEADING-93-2266"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1450"><pair></code> </span><span class="attributes-summary">[Sealed Instantiable Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1450"><pair></code></span> <span class="attributes-summary">[Sealed Instantiable Class]</span></h4>
<hr class="item-title" />
<p>The class of lists that can have new values assigned to their heads and tails.</p>
<dl class="Cliche">
@@ -1633,7 +1633,7 @@
<dd><p></p></dd>
</dl>
<a name="HEADING-93-2356"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1451"><empty-list></code> </span><span class="attributes-summary">[Sealed Instantiable Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1451"><empty-list></code></span> <span class="attributes-summary">[Sealed Instantiable Class]</span></h4>
<hr class="item-title" />
<p>The class with only one instance, the empty list.</p>
<dl class="Cliche">
@@ -1656,7 +1656,7 @@
<a name="UID-Built-In_Classes-427"></a>
<h2 class="subsection-title">Ranges</h2>
<a name="HEADING-93-2364"></a>
- <h4 class="item-title"><span class="signature"><a name="XREF-1454"></a><code id="IX-1453"><range></code> </span><span class="attributes-summary">[Open Abstract Instantiable Primary Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><a name="XREF-1454"></a><code id="IX-1453"><range></code></span> <span class="attributes-summary">[Open Abstract Instantiable Primary Class]</span></h4>
<hr class="item-title" />
<p>The class of arithmetic sequences.</p>
<dl class="Cliche">
@@ -1786,7 +1786,7 @@
<a name="UID-Built-In_Classes-428"></a>
<h2 class="subsection-title"><a name="IX-1456">Strings</a></h2>
<a name="HEADING-93-2561"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1455"><string></code> </span><span class="attributes-summary">[Open Abstract Instantiable Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1455"><string></code></span> <span class="attributes-summary">[Open Abstract Instantiable Class]</span></h4>
<hr class="item-title" />
<p>The class of sequences with elements that are characters.</p>
<dl class="Cliche">
@@ -1862,7 +1862,7 @@
</dd>
</dl>
<a name="HEADING-93-2695"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1457"><byte-string></code> </span><span class="attributes-summary">[Sealed Instantiable Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1457"><byte-string></code></span> <span class="attributes-summary">[Sealed Instantiable Class]</span></h4>
<hr class="item-title" />
<p>The class of vectors with elements that are eight-bit characters.</p>
<dl class="Cliche">
@@ -1912,7 +1912,7 @@
</dd>
</dl>
<a name="HEADING-93-2752"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1458"><unicode-string></code> </span><span class="attributes-summary">[Sealed Instantiable Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1458"><unicode-string></code></span> <span class="attributes-summary">[Sealed Instantiable Class]</span></h4>
<hr class="item-title" />
<p>The class of vectors with elements that are sixteen-bit Unicode characters.</p>
<dl class="Cliche">
@@ -1973,7 +1973,7 @@
<p>For a complete description of tables, see <a href="Tables#XREF-1036"><q>Tables</q> on
page 122</a>.</p>
<a name="HEADING-93-2813"></a>
- <h4 class="item-title"><span class="signature"><a name="XREF-1462"></a><code id="IX-1461"><table></code> </span><span class="attributes-summary">[Open Abstract Instantiable Primary Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><a name="XREF-1462"></a><code id="IX-1461"><table></code></span> <span class="attributes-summary">[Open Abstract Instantiable Primary Class]</span></h4>
<hr class="item-title" />
<p>The class of tables (also known as hash tables).</p>
<dl class="Cliche">
@@ -2080,7 +2080,7 @@
</dd>
</dl>
<a name="HEADING-93-3023"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1463"><object-table></code> </span><span class="attributes-summary">[Open Abstract Instantiable Class]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1463"><object-table></code></span> <span class="attributes-summary">[Open Abstract Instantiable Class]</span></h4>
<hr class="item-title" />
<p>The class of tables that compare keys using <code>==.</code></p>
<dl class="Cliche">
Modified: trunk/www/books/drm/Collection_Operations.html
==============================================================================
--- trunk/www/books/drm/Collection_Operations.html (original)
+++ trunk/www/books/drm/Collection_Operations.html Tue Apr 10 11:04:29 2007
@@ -367,7 +367,7 @@
<a name="UID-Built-In_Functions-21096"></a>
<h2 class="subsection-title"><a name="IX-1698">Collection Properties</a></h2>
<a name="HEADING-102-4"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1699">empty?</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1699">empty?</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1700">Returns true if its argument is empty.</a></p>
<dl class="Cliche">
@@ -406,7 +406,7 @@
</dd>
</dl>
<a name="HEADING-102-12"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1701">size</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1701">size</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><code><a name="XREF-1702"></a></code>Returns the size of its argument.</p>
<dl class="Cliche">
@@ -466,7 +466,7 @@
</dd>
</dl>
<a name="HEADING-102-29"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1703">size-setter</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1703">size-setter</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1704">Sets the size of an object.</a></p>
<dl class="Cliche">
@@ -518,7 +518,7 @@
predefined function.</p></dd>
</dl>
<a name="HEADING-102-40"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1705">rank</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1705">rank</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1706">Returns the number of dimensions of an array.</a></p>
<dl class="Cliche">
@@ -557,7 +557,7 @@
</dd>
</dl>
<a name="HEADING-102-48"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1707">row-major-index</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1707">row-major-index</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1708">Returns the row-major-index position of an array element.</a></p>
<dl class="Cliche">
@@ -602,7 +602,7 @@
</dd>
</dl>
<a name="HEADING-102-58"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1709">dimensions</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1709">dimensions</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1710">Returns the dimensions of an array.</a></p>
<dl class="Cliche">
@@ -644,7 +644,7 @@
</dd>
</dl>
<a name="HEADING-102-66"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1711">dimension</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1711">dimension</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1712">Returns the size of a specified dimension of an array.</a></p>
<dl class="Cliche">
@@ -688,7 +688,7 @@
</dd>
</dl>
<a name="HEADING-102-76"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1713">key-test</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1713">key-test</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1714">Returns the function used by its collection argument to compare keys.</a></p>
<dl class="Cliche">
@@ -736,7 +736,7 @@
</dd>
</dl>
<a name="HEADING-102-87"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1715">key-sequence</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1715">key-sequence</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><code><a name="XREF-1716"></a></code>Returns a sequence containing the keys of its collection argument.</p>
<dl class="Cliche">
@@ -784,7 +784,7 @@
<a name="UID-Built-In_Functions-415"></a>
<h2 class="subsection-title"><a name="IX-1719">Selecting Elements</a></h2>
<a name="HEADING-102-96"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1718">element</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1718">element</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1720">Returns the collection element associated with a particular key.</a></p>
<dl class="Cliche">
@@ -843,7 +843,7 @@
</dd>
</dl>
<a name="HEADING-102-113"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1721">element-setter</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1721">element-setter</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1722">Sets the collection element associated with a particular key.</a></p>
<dl class="Cliche">
@@ -917,7 +917,7 @@
</dd>
</dl>
<a name="HEADING-102-133"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1723">aref</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1723">aref</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1724">Returns the array element indicated by a set of indices.</a></p>
<dl class="Cliche">
@@ -962,7 +962,7 @@
</dd>
</dl>
<a name="HEADING-102-143"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1725">aref-setter </code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1725">aref-setter </code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1726">Sets the array element indicated by a set of indices.</a></p>
<dl class="Cliche">
@@ -1012,7 +1012,7 @@
</dd>
</dl>
<a name="HEADING-102-155"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1727">first</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1727">first</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1728">Returns the first element of a sequence.</a></p>
<dl class="Cliche">
@@ -1050,7 +1050,7 @@
equivalent to <code>element(seq, 0)</code> and <code>seq[0]</code>.</p></dd>
</dl>
<a name="HEADING-102-163"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1729">second</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1729">second</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1730">Returns the second element of a sequence.</a></p>
<dl class="Cliche">
@@ -1085,7 +1085,7 @@
with the supplied arguments and the corresponding index.</p></dd>
</dl>
<a name="HEADING-102-170"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1731">third</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1731">third</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1732">Returns the third element of a sequence.</a></p>
<dl class="Cliche">
@@ -1120,7 +1120,7 @@
with the supplied arguments and the corresponding index.</p></dd>
</dl>
<a name="HEADING-102-177"></a>
- <h4 class="item-title"><span class="signature"><code id="XREF-1637">first-setter</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="XREF-1637">first-setter</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1734">Sets the first element of a mutable sequence.</a></p>
<dl class="Cliche">
@@ -1160,7 +1160,7 @@
:= val</code>.</p></dd>
</dl>
<a name="HEADING-102-185"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1735">second-setter</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1735">second-setter</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1736">Sets the second element of a mutable sequence.</a></p>
<dl class="Cliche">
@@ -1196,7 +1196,7 @@
arguments and the corresponding index.</p></dd>
</dl>
<a name="HEADING-102-192"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1737">third-setter</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1737">third-setter</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1738">Sets the third element of a mutable sequence.</a></p>
<dl class="Cliche">
@@ -1232,7 +1232,7 @@
arguments and the corresponding index.</p></dd>
</dl>
<a name="HEADING-102-199"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1739">last</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1739">last</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><code><a name="XREF-1740"></a></code>Returns the last element of a sequence.</p>
<dl class="Cliche">
@@ -1274,7 +1274,7 @@
</dd>
</dl>
<a name="HEADING-102-208"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1741">last-setter</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1741">last-setter</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1742">Sets the last element of a mutable sequence.</a></p>
<dl class="Cliche">
@@ -1327,7 +1327,7 @@
</dd>
</dl>
<a name="HEADING-102-219"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1743">head</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1743">head</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1744">Returns the head of a list.</a></p>
<dl class="Cliche">
@@ -1370,7 +1370,7 @@
</dd>
</dl>
<a name="HEADING-102-227"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1745">tail</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1745">tail</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1746">Returns the tail of a list.</a></p>
<dl class="Cliche">
@@ -1413,7 +1413,7 @@
</dd>
</dl>
<a name="HEADING-102-235"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1747">head-setter</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1747">head-setter</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1748">Sets the head of a pair.</a></p>
<dl class="Cliche">
@@ -1457,7 +1457,7 @@
</dd>
</dl>
<a name="HEADING-102-244"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1749">tail-setter</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1749">tail-setter</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1750">Sets the tail of a pair.</a></p>
<dl class="Cliche">
@@ -1512,7 +1512,7 @@
<a name="UID-Built-In_Functions-29552"></a>
<h2 class="subsection-title"><a name="IX-1752">Adding and Removing Elements</a></h2>
<a name="HEADING-102-254"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1753">add</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1753">add</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1754">Adds an element to a sequence.</a></p>
<dl class="Cliche">
@@ -1560,7 +1560,7 @@
</dd>
</dl>
<a name="HEADING-102-264"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1755">add!</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1755">add!</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1756">Adds an element to a sequence.</a></p>
<dl class="Cliche">
@@ -1608,18 +1608,18 @@
*numbers*
⇒ {undefined}</pre>
<a name="HEADING-102-274"></a>
- <h5 class="method-signature"><span class="signature"><code>add! <var>deque new-value</var> </code>⇒<code> <var>deque</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ <h5 class="method-signature"><span class="signature"><code>add! <var>deque new-value</var> </code>⇒<code> <var>deque</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>The result of <code>add!</code> on a deque is <code>==</code> to the <var>deque</var>
argument, which is modified by this operation. <code>add!</code>
adds <var>new-element</var> at the beginning of the <var>deque</var>.</p>
<a name="HEADING-102-276"></a>
- <h5 class="method-signature"><span class="signature"><code>add! <var>stretchy-vector new-element</var> </code>⇒<code> <var>stretchy-vector</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ <h5 class="method-signature"><span class="signature"><code>add! <var>stretchy-vector new-element</var> </code>⇒<code> <var>stretchy-vector</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>The result of <code>add!</code> on a stretchy vector is <code>==</code> to
the <var>stretchy-vector</var> argument, which is modified by this
operation. <code>add!</code> adds <var>new-element</var> at the end of
the <var>stretchy-vector</var>.</p>
<a name="HEADING-102-278"></a>
- <h5 class="method-signature"><span class="signature"><code>add! <var>list element</var> </code>⇒<code> <var>pair</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ <h5 class="method-signature"><span class="signature"><code>add! <var>list element</var> </code>⇒<code> <var>pair</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p>The result of <code>add!</code> on a list is equivalent to <code>(pair <var>element
list)</var></code>. The result will share structure with the <var>list</var>
argument, but it will not be <code>==</code> to the argument, and the argument will
@@ -1627,7 +1627,7 @@
</dd>
</dl>
<a name="HEADING-102-280"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1757">add-new</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1757">add-new</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1758">Adds a new element to a sequence.</a></p>
<dl class="Cliche">
@@ -1679,7 +1679,7 @@
</dd>
</dl>
<a name="HEADING-102-291"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1759">add-new!</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1759">add-new!</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1760">Adds a new element to a sequence.</a></p>
<dl class="Cliche">
@@ -1731,7 +1731,7 @@
</dd>
</dl>
<a name="HEADING-102-302"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1761">remove</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1761">remove</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="IX-1762"></a><a name="XREF-1763">Removes an element from a sequence.</a></p>
<dl class="Cliche">
@@ -1791,7 +1791,7 @@
</dd>
</dl>
<a name="HEADING-102-314"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1764">remove!</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1764">remove!</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1765">Removes an element from a sequence.</a></p>
<dl class="Cliche">
@@ -1858,7 +1858,7 @@
</dd>
</dl>
<a name="HEADING-102-331"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1766">push</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1766">push</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1767">Adds an element to the front of a deque.</a></p>
<dl class="Cliche">
@@ -1895,7 +1895,7 @@
<p><var>deque</var> is modified by this operation.</p></dd>
</dl>
<a name="HEADING-102-339"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1768">pop</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1768">pop</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1769">Removes and returns the first element of a deque.</a></p>
<dl class="Cliche">
@@ -1930,7 +1930,7 @@
<p><var>deque</var> is modified by this operation.</p></dd>
</dl>
<a name="HEADING-102-346"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1770">push-last</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1770">push-last</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1771">Adds an element to the end of a deque.</a></p>
<dl class="Cliche">
@@ -1967,7 +1967,7 @@
<p><var>deque</var> is modified by this operation.</p></dd>
</dl>
<a name="HEADING-102-354"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1772">pop-last</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1772">pop-last</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1773">Removes and returns an element from the end of a deque.</a></p>
<dl class="Cliche">
@@ -2006,7 +2006,7 @@
<a name="UID-Built-In_Functions-9856"></a>
<h2 class="subsection-title"><a name="IX-1776">Reordering Elements</a></h2>
<a name="HEADING-102-362"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1777">reverse</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1777">reverse</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1778">Returns a sequence with elements in the reverse order of its argument sequence.</a></p>
<dl class="Cliche">
@@ -2058,7 +2058,7 @@
</dd>
</dl>
<a name="HEADING-102-373"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1779">reverse!</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1779">reverse!</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1780">Returns a sequence with elements in the reverse order of its argument sequence.</a></p>
<dl class="Cliche">
@@ -2116,7 +2116,7 @@
</dd>
</dl>
<a name="HEADING-102-384"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1781">sort</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1781">sort</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1782">Returns a sequence containing the elements of its argument sequence, sorted.</a></p>
<dl class="Cliche">
@@ -2176,7 +2176,7 @@
</dd>
</dl>
<a name="HEADING-102-395"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1783">sort!</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1783">sort!</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1784">Returns a sequence containing the elements of its argument sequence, sorted.</a></p>
<dl class="Cliche">
@@ -2245,7 +2245,7 @@
<a name="UID-Built-In_Functions-2737"></a>
<h2 class="subsection-title"><a name="IX-1786">Set Operations</a></h2>
<a name="HEADING-102-408"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1787">intersection</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1787">intersection</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1788">Returns the intersection of two sequences.</a></p>
<dl class="Cliche">
@@ -2294,7 +2294,7 @@
test: \=)
#("george")</pre>
<a name="HEADING-102-419"></a>
- <h5 class="method-signature"><span class="signature"><code>intersection <var>range1 range2</var> #key <var>test</var> </code>⇒<code> <var>range</var></code> </span><span class="attributes-summary">[Sealed G.F. Method]</span></h5>
+ <h5 class="method-signature"><span class="signature"><code>intersection <var>range1 range2</var> #key <var>test</var> </code>⇒<code> <var>range</var></code></span> <span class="attributes-summary">[Sealed G.F. Method]</span></h5>
<p><code>intersection</code> applied to two ranges and a test of <code>==</code> (the
default) will produce another range as its result, even though
the <code>type-for-copy</code> of a range is not <code><range></code>. If
@@ -2303,7 +2303,7 @@
</dd>
</dl>
<a name="HEADING-102-421"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1789">union</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1789">union</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1790">Returns the union of two sequences.</a></p>
<dl class="Cliche">
@@ -2358,7 +2358,7 @@
</dd>
</dl>
<a name="HEADING-102-433"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1791">remove-duplicates</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1791">remove-duplicates</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1792">Returns a sequence without duplicates.</a></p>
<dl class="Cliche">
@@ -2410,7 +2410,7 @@
</dd>
</dl>
<a name="HEADING-102-443"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1793">remove-duplicates!</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1793">remove-duplicates!</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1794">Returns a sequence without duplicates.</a></p>
<dl class="Cliche">
@@ -2469,7 +2469,7 @@
<a name="UID-Built-In_Functions-2699"></a>
<h2 class="subsection-title">Subsequence Operations</h2>
<a name="HEADING-102-454"></a>
- <h4 class="item-title"><span class="signature"><a name="IX-1798"></a><code id="IX-1796">copy-sequence</code> </span><span class="attributes-summary">[Open Generic Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><a name="IX-1798"></a><code id="IX-1796">copy-sequence</code></span> <span class="attributes-summary">[Open Generic Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1797">Returns a freshly allocated copy of some subsequence of a sequence.</a></p>
<dl class="Cliche">
@@ -2520,7 +2520,7 @@
</dd>
</dl>
<a name="HEADING-102-465"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1799">concatenate</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1799">concatenate</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class="short-description"><a name="XREF-1800">Returns the concatenation of one or more
sequences in a sequence of a type determined by the <code>type-for-copy</code> of its first
@@ -2571,7 +2571,7 @@
</dd>
</dl>
<a name="HEADING-102-475"></a>
- <h4 class="item-title"><span class="signature"><code id="IX-1801">concatenate-as</code> </span><span class="attributes-summary">[Function]</span></h4>
+ <h4 class="item-title"><span class="signature"><code id="IX-1801">concatenate-as</code></span> <span class="attributes-summary">[Function]</span></h4>
<hr class="item-title" />
<p class=