summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-06-12 06:10:21 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-06-12 06:10:21 -0700
commit13265cb31f4f14e1c021929d7d4585c5588dcd9d (patch)
tree685b0ba5c7a7cb3321d9511ce4672f49a1fc1569 /txr.1
parenta540359de7335436fe431e46ae18a9823c01155a (diff)
downloadtxr-13265cb31f4f14e1c021929d7d4585c5588dcd9d.tar.gz
txr-13265cb31f4f14e1c021929d7d4585c5588dcd9d.tar.bz2
txr-13265cb31f4f14e1c021929d7d4585c5588dcd9d.zip
ffi: add carrayp function.
* ffi.c (carrayp): New function. (ffi_init): Register carrayp intrinsic. * ffi.h (carrayp): Declared. * txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.116
1 files changed, 16 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 08181daa..530bdba0 100644
--- a/txr.1
+++ b/txr.1
@@ -56267,6 +56267,22 @@ or
.metn list ,
and the extra element allocated to the foreign array is filled with zero bytes.
+.coNP Function @ carrayp
+.synb
+.mets (carrayp << object )
+.syne
+.desc
+The
+.code carrayp
+function returns
+.code t
+if
+.meta object
+is a
+.codn carray ,
+otherwise it returns
+.codn nil .
+
.coNP Function @ carray-blank
.synb
.mets (carray-blank < length << type )