diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-06-12 06:10:21 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-06-12 06:10:21 -0700 |
commit | 13265cb31f4f14e1c021929d7d4585c5588dcd9d (patch) | |
tree | 685b0ba5c7a7cb3321d9511ce4672f49a1fc1569 /txr.1 | |
parent | a540359de7335436fe431e46ae18a9823c01155a (diff) | |
download | txr-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.1 | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 ) |