From 1ea2f6f8af7ef012005d46fd13acd082628f7295 Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sat, 29 Jan 2022 17:23:44 +0000 Subject: =?UTF-8?q?Implement=20expand=20last=20(\)=20and=20expand=20first?= =?UTF-8?q?=20(=E2=8D=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apl9.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apl9.h') diff --git a/apl9.h b/apl9.h index 00075fd..83cee4a 100644 --- a/apl9.h +++ b/apl9.h @@ -375,7 +375,9 @@ Array *opSelfReference2(Datum *, Datum *, Array *, Array *); /* Dyadic functions from hybrids.c */ Array *fnReplicateLast(Array *, Array *); +Array *fnExpandLast(Array *, Array *); Array *fnReplicateFirst(Array *, Array *); +Array *fnExpandFirst(Array *, Array *); /* Monadic operators from hybrids.c */ Array *opReduceLast(Datum *, Array *, Array *); -- cgit v1.2.3