summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.19
1 files changed, 8 insertions, 1 deletions
diff --git a/txr.1 b/txr.1
index c5fcee5c..5b3614c9 100644
--- a/txr.1
+++ b/txr.1
@@ -55107,9 +55107,10 @@ operation).
This creates a potentially unsafe situation in which the length requires
a larger amount of backing storage than is provided by the buffer.
-.coNP Function @ carray-ref
+.coNP Accessor @ carray-ref
.synb
.mets (carray-ref < carray << idx )
+.mets (set (carray-ref < carray << idx ) << new-val )
.syne
.desc
The
@@ -55149,6 +55150,12 @@ Then, the get semantics of the element type is invoked to convert, to
a Lisp object, a region of data starting at calculated byte offset in the array
storage. The resulting object is returned.
+Assigning an a value to a
+.code caddr-ref
+form is equivalent to using
+.code caddr-refset
+to store the value.
+
.coNP Function @ carray-refset
.synb
.mets (carray-refset < carray < idx << new-val )