summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.125
1 files changed, 25 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index db723a7a..40eea806 100644
--- a/txr.1
+++ b/txr.1
@@ -24908,6 +24908,14 @@ is a structure, it returns
.cblk
.meti (copy-struct << object ).
.cble
+If
+.meta object
+is a
+.codn carray ,
+it returns
+.cblk
+.meti (copy-carray << object ).
+.cble
Lastly, if
.meta object
is a random state, it returns
@@ -56540,6 +56548,23 @@ has an unknown length, then
.code nil
is returned.
+.coNP Function @ copy-carray
+.synb
+.mets (copy-carray << carray )
+.syne
+.desc
+The
+.code copy-carray
+function returns a duplicate of
+.metn carray .
+
+The duplicate has the same element type and length, but has its own
+copy of the underlying storage. This is true whether or not
+.meta carray
+owns its storage or not. In either case, the duplicate owns
+.I its
+copy of the storage.
+
.coNP Function @ carray-set-length
.synb
.mets (carray-set-length < carray << length )