summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-26 15:09:20 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-26 15:09:20 +0000
commit17e97bbed7abc59fb754cf463e825e890b16815d (patch)
tree3c3008e394311a05a221997c4b5575a3076d8f98 /apl9.h
parent024867f3da16c7b51a768399401de1edcd417384 (diff)
Implement replicate first and last ⌿ /
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index 1348d23..3181fcb 100644
--- a/apl9.h
+++ b/apl9.h
@@ -360,6 +360,8 @@ Array *opObverse(Datum *, Datum *, Array *, Array *);
Array *opSelfReference2(Datum *, Datum *, Array *, Array *);
/* Dyadic functions from hybrids.c */
+Array *fnReplicateLast(Array *, Array *);
+Array *fnReplicateFirst(Array *, Array *);
/* Monadic operators from hybrids.c */
Array *opReduceLast(Datum *, Array *, Array *);