diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 ) |