From 116206c95ecccf49fcce426b0f353d84a17b3314 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Mon, 31 Jan 2022 23:15:34 +0000 Subject: Add the key operator --- apl9.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apl9.h') 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 *); -- cgit v1.2.3