From 07fdf558676c53e1c2b717e86423985d1054b914 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sun, 30 Jan 2022 17:05:09 +0000 Subject: =?UTF-8?q?Implement=20inteval=20index=20=E2=8D=B8.=20It=20shares?= =?UTF-8?q?=20almost=20100%=20of=20the=20code=20with=20index=20of=20?= =?UTF-8?q?=E2=8D=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apl9.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apl9.h') diff --git a/apl9.h b/apl9.h index 90cdda0..cad5ae4 100644 --- a/apl9.h +++ b/apl9.h @@ -352,6 +352,7 @@ Array *fnPick(Array *, Array *); Array *fnPartition(Array *, Array *); Array *fnIndex(Array *, Array *); Array *fnIndexOf(Array *, Array *); +Array *fnIntervalIndex(Array *, Array *); Array *fnMembership(Array *, Array *); Array *fnUnion(Array *, Array *); Array *fnIntersection(Array *, Array *); -- cgit v1.2.3