summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-31 23:15:34 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2022-01-31 23:15:34 +0000
commit116206c95ecccf49fcce426b0f353d84a17b3314 (patch)
treecac8974185fb1102d92f65fadcb3959157888e73 /apl9.h
parent60cf57b059e7f4dcfd1a78851d9930d33a28fd9d (diff)
Add the key operator
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index cad5ae4..e33df18 100644
--- a/apl9.h
+++ b/apl9.h
@@ -367,6 +367,7 @@ Array *fnSelfReference2(Array *, Array *);
/* Monadic operators from operators.c */
Array *opEach(Datum *, Array *, Array *);
Array *opSwitch(Datum *, Array *, Array *);
+Array *opKey(Datum *, Array *, Array *);
Array *opOuterProduct(Datum *, Array *, Array *);
Array *opSelfReference1(Datum *, Array *, Array *);