653 lines
No EOL
9.9 KiB
HTML
653 lines
No EOL
9.9 KiB
HTML
<!DOCTYPE HTML>
|
|
<HTML LANG="en-us"
|
|
><HEAD
|
|
><TITLE
|
|
>15.2 Arrays Dictionary | Common Lisp Nova Spec</TITLE
|
|
><META CHARSET="US-ASCII"
|
|
><LINK REL="canonical" HREF="15_2_Arrays_Dictionary.html"
|
|
><LINK REL="next" HREF="t_array.html" TYPE="text/html" TITLE="array"
|
|
><LINK REL="prev" HREF="15_1_Array_Concepts.html" TYPE="text/html" TITLE="15.1 Array Concepts"
|
|
><LINK REL="up" HREF="15_Arrays.html" TYPE="text/html" TITLE="15. Arrays"
|
|
><LINK REL="start" HREF="index.html" TYPE="text/html" TITLE="Common Lisp Nova Spec"
|
|
><META NAME="VIEWPORT" CONTENT="width=device-width, initial-scale=1.0"
|
|
><LINK REL="STYLESHEET" HREF="dpans.css%3F3909942064.css"
|
|
><SCRIPT SRC="dpans.js%3F3909942064"
|
|
></SCRIPT
|
|
><SCRIPT SRC="apropos.js%3F3909942064"
|
|
></SCRIPT
|
|
></HEAD
|
|
><BODY
|
|
><DIV
|
|
><DIV CLASS="topnav"
|
|
><DIV CLASS="breadcrumb"
|
|
><SPAN CLASS="breadcrumb-item"
|
|
><A HREF="index.html"
|
|
>Common Lisp Nova Spec</A
|
|
></SPAN
|
|
> <SPAN CLASS="breadcrumb-item"
|
|
>→ <A HREF="15_Arrays.html"
|
|
>15. Arrays</A
|
|
></SPAN
|
|
> <SPAN CLASS="breadcrumb-item"
|
|
>→ <A HREF="15_2_Arrays_Dictionary.html"
|
|
>15.2 Arrays Dictionary</A
|
|
></SPAN
|
|
></DIV
|
|
><DIV CLASS="apropos"
|
|
><DIV CLASS="apropos-io"
|
|
><A HREF="15_1_Array_Concepts.html" CLASS="prev"
|
|
>←</A
|
|
><SPAN ID="apropos-label"
|
|
>Apropos </SPAN
|
|
><INPUT ID="apropos" AUTOFOCUS="AUTOFOCUS" PLACEHOLDER="Type here to search" ONINPUT="aproposInput(this);" ONKEYUP="aproposKeyup(event);" ONCHANGE="aproposChange(this);" ONFOCUS="aproposFocus(this);" ONFOCUSOUT="aproposFocusout(this);"
|
|
><A HREF="t_array.html" CLASS="next"
|
|
>→</A
|
|
></DIV
|
|
><DIV ID="apropos-res"
|
|
></DIV
|
|
></DIV
|
|
></DIV
|
|
><DIV CLASS="matter"
|
|
><SECTION
|
|
><H2 ID="sec_15_2" CLASS="HeadII"
|
|
>15.2 Arrays Dictionary</H2
|
|
><UL CLASS="subtoc"
|
|
><LI
|
|
><SPAN
|
|
><A HREF="t_array.html"
|
|
><B
|
|
>array</B
|
|
></A
|
|
>, <I
|
|
>System Class</I
|
|
></SPAN
|
|
></LI
|
|
><LI
|
|
><SPAN
|
|
><A HREF="t_simple-array.html"
|
|
><B
|
|
>simple-array</B
|
|
></A
|
|
>, <I
|
|
>Type</I
|
|
></SPAN
|
|
></LI
|
|
><LI
|
|
><SPAN
|
|
><A HREF="t_vector.html"
|
|
><B
|
|
>vector</B
|
|
></A
|
|
>, <I
|
|
>System Class</I
|
|
></SPAN
|
|
></LI
|
|
><LI
|
|
><SPAN
|
|
><A HREF="t_simple-vector.html"
|
|
><B
|
|
>simple-vector</B
|
|
></A
|
|
>, <I
|
|
>Type</I
|
|
></SPAN
|
|
></LI
|
|
><LI
|
|
><SPAN
|
|
><A HREF="t_bit-vector.html"
|
|
><B
|
|
>bit-vector</B
|
|
></A
|
|
>, <I
|
|
>System Class</I
|
|
></SPAN
|
|
></LI
|
|
><LI
|
|
><SPAN
|
|
><A HREF="t_simple-bit-vector.html"
|
|
><B
|
|
>simple-bit-vector</B
|
|
></A
|
|
>, <I
|
|
>Type</I
|
|
></SPAN
|
|
></LI
|
|
><LI
|
|
><SPAN
|
|
><A HREF="f_make-array.html"
|
|
><B
|
|
>make-array</B
|
|
></A
|
|
>, <I
|
|
>Function</I
|
|
></SPAN
|
|
></LI
|
|
><LI
|
|
><SPAN
|
|
><A HREF="f_adjust-array.html"
|
|
><B
|
|
>adjust-array</B
|
|
></A
|
|
>, <I
|
|
>Function</I
|
|
></SPAN
|
|
></LI
|
|
><LI
|
|
><A HREF="f_adjustable-array-p.html"
|
|
><B
|
|
>adjustable-array-p</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>generalized-boolean</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_aref.html"
|
|
><B
|
|
>aref</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="cmtt"
|
|
>&rest</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>subscripts</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>element</SPAN
|
|
>, <I
|
|
>Accessor</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_aref.html"
|
|
><B
|
|
>(setf (aref</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="cmtt"
|
|
>&rest</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>subscripts</SPAN
|
|
><B
|
|
>)</B
|
|
> <SPAN CLASS="cmssi"
|
|
>new-element</SPAN
|
|
><B
|
|
>)</B
|
|
>, <I
|
|
>Accessor</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_array-dimension.html"
|
|
><B
|
|
>array-dimension</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>axis-number</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>dimension</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_array-dimensions.html"
|
|
><B
|
|
>array-dimensions</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>dimensions</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_array-element-type.html"
|
|
><B
|
|
>array-element-type</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>typespec</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_array-has-fill-pointer-p.html"
|
|
><B
|
|
>array-has-fill-pointer-p</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>generalized-boolean</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_array-displacement.html"
|
|
><B
|
|
>array-displacement</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>displaced-to,</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>displaced-index-offset</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_array-in-bounds-p.html"
|
|
><B
|
|
>array-in-bounds-p</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="cmtt"
|
|
>&rest</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>subscripts</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>generalized-boolean</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_array-rank.html"
|
|
><B
|
|
>array-rank</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>rank</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_array-row-major-index.html"
|
|
><B
|
|
>array-row-major-index</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="cmtt"
|
|
>&rest</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>subscripts</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>index</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_array-total-size.html"
|
|
><B
|
|
>array-total-size</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>size</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_arrayp.html"
|
|
><B
|
|
>arrayp</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>object</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>generalized-boolean</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_fill-pointer.html"
|
|
><B
|
|
>fill-pointer</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>vector</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>fill-pointer</SPAN
|
|
>, <I
|
|
>Accessor</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_fill-pointer.html"
|
|
><B
|
|
>(setf (fill-pointer</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>vector</SPAN
|
|
><B
|
|
>)</B
|
|
> <SPAN CLASS="cmssi"
|
|
>new-fill-pointer</SPAN
|
|
><B
|
|
>)</B
|
|
>, <I
|
|
>Accessor</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_row-major-aref.html"
|
|
><B
|
|
>row-major-aref</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>index</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>element</SPAN
|
|
>, <I
|
|
>Accessor</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_row-major-aref.html"
|
|
><B
|
|
>(setf (row-major-aref</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>array</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>index</SPAN
|
|
><B
|
|
>)</B
|
|
> <SPAN CLASS="cmssi"
|
|
>new-element</SPAN
|
|
><B
|
|
>)</B
|
|
>, <I
|
|
>Accessor</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_upgraded-array-element-type.html"
|
|
><B
|
|
>upgraded-array-element-type</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>typespec</SPAN
|
|
> <SPAN CLASS="cmtt"
|
|
>&optional</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>environment</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>upgraded-typespec</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><SPAN
|
|
><A HREF="v_array-dimension-limit.html"
|
|
><B
|
|
>array-dimension-limit</B
|
|
></A
|
|
>, <I
|
|
>Constant Variable</I
|
|
></SPAN
|
|
></LI
|
|
><LI
|
|
><SPAN
|
|
><A HREF="v_array-rank-limit.html"
|
|
><B
|
|
>array-rank-limit</B
|
|
></A
|
|
>, <I
|
|
>Constant Variable</I
|
|
></SPAN
|
|
></LI
|
|
><LI
|
|
><SPAN
|
|
><A HREF="v_array-total-size-limit.html"
|
|
><B
|
|
>array-total-size-limit</B
|
|
></A
|
|
>, <I
|
|
>Constant Variable</I
|
|
></SPAN
|
|
></LI
|
|
><LI
|
|
><A HREF="f_simple-vector-p.html"
|
|
><B
|
|
>simple-vector-p</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>object</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>generalized-boolean</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_svref.html"
|
|
><B
|
|
>svref</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>simple-vector</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>index</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>element</SPAN
|
|
>, <I
|
|
>Accessor</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_svref.html"
|
|
><B
|
|
>(setf (svref</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>simple-vector</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>index</SPAN
|
|
><B
|
|
>)</B
|
|
> <SPAN CLASS="cmssi"
|
|
>new-element</SPAN
|
|
><B
|
|
>)</B
|
|
>, <I
|
|
>Accessor</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_vector.html"
|
|
><B
|
|
>vector</B
|
|
></A
|
|
> <SPAN CLASS="cmtt"
|
|
>&rest</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>objects</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>vector</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_vector-pop.html"
|
|
><B
|
|
>vector-pop</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>vector</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>element</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_vector-push.html"
|
|
><B
|
|
>vector-push</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>new-element</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>vector</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>new-index-p</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_vector-push.html"
|
|
><B
|
|
>vector-push-extend</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>new-element</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>vector</SPAN
|
|
> <SPAN CLASS="cmtt"
|
|
>&optional</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>extension</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>new-index</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_vectorp.html"
|
|
><B
|
|
>vectorp</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>object</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>generalized-boolean</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><SPAN
|
|
><A HREF="f_bit.html"
|
|
><B
|
|
>bit, sbit</B
|
|
></A
|
|
>, <I
|
|
>Accessor</I
|
|
></SPAN
|
|
></LI
|
|
><LI
|
|
><A HREF="f_bit-and.html"
|
|
><B
|
|
>bit-not</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>bit-array</SPAN
|
|
> <SPAN CLASS="cmtt"
|
|
>&optional</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>opt-arg</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>resulting-bit-array</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_bit-vector-p.html"
|
|
><B
|
|
>bit-vector-p</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>object</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>generalized-boolean</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
><LI
|
|
><A HREF="f_simple-bit-vector-p.html"
|
|
><B
|
|
>simple-bit-vector-p</B
|
|
></A
|
|
> <SPAN CLASS="cmssi"
|
|
>object</SPAN
|
|
> <SPAN CLASS="arrow"
|
|
>→</SPAN
|
|
> <SPAN CLASS="cmssi"
|
|
>generalized-boolean</SPAN
|
|
>, <I
|
|
>Function</I
|
|
></LI
|
|
></UL
|
|
></SECTION
|
|
></DIV
|
|
><DIV CLASS="footer"
|
|
><DIV CLASS="btmnav"
|
|
><A HREF="15_1_Array_Concepts.html" CLASS="prev"
|
|
>←</A
|
|
><A HREF="t_array.html" CLASS="next"
|
|
>→</A
|
|
></DIV
|
|
><DIV CLASS="trail"
|
|
>Conversion to HTML copyright 2023 by Gilbert Baumann</DIV
|
|
></DIV
|
|
></DIV
|
|
><SCRIPT
|
|
>domReady();</SCRIPT
|
|
></BODY
|
|
></HTML
|
|
> |