From f6f0c12935f6e30f7901542ab5adb9c19ff950b1 Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 29 Dec 2022 22:07:38 +0200 Subject: [PATCH] =?UTF-8?q?fast=20=E2=8A=91=CB=98simpleArr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/builtins/md1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/builtins/md1.c b/src/builtins/md1.c index e94e0075..e918a8e9 100644 --- a/src/builtins/md1.c +++ b/src/builtins/md1.c @@ -295,6 +295,7 @@ B cell_c1(Md1D* d, B x) { B f = d->f; ur xr = RNK(x); if (rtid==n_lt && xr>1) return toCells(x); if (rtid==n_select && xr>1) return select_cells(0, x, xr); + if (rtid==n_pick && xr>1 && TI(x,arrD1)) return select_cells(0, x, xr); if (rtid==n_couple) { ShArr* rsh = m_shArr(xr+1); usz* xsh = SH(x);